Hi
I’m using event calendar with month, week, and day views. Also I need to apply disabled times(invalid times) as well. I’m switching views using mbsc-segmented in same page(SPA).
The issue is when I put open times as Mon-Fri 9-17,(invalid 0-9, 17-24) the month view became disabled for all of those days. In the month view, I cannot click to navigate, all other functions are blocked.
I could remove the appearance by using css, but think there is a proper way to handle it.
Also, is there a way to initialize the invalid object? If I try to initialize it by something like this.calendar.invalid = [], all of the invalid data are just gone from the view.