I am trying to dynamically change some options in Vue FullCalendar, but the calendar is not applying them.
You can check out my example here.
The button at the bottom should set the maxTime option from 20:00 to 18:00.
Is there a way to refresh the calendar view after making these changes?