Issue 2549: Reload of business hours
Status:  Done
Owner: ----
Closed:  Aug 2015
Reported by alessand...@engimedia.it, Jul 20, 2015
I would like to have a mean to reload business hours without destroying the calendar. I'm using the calendar to show multiple types of calendars, with different business hours each (say one calendar is for working days and have business days mon-fri, a second one is for just week-ends, and have business days sat-sun). When events from more than a calendar are shown, I do not show business hours; when events from just one calendar are shown, then I show (and account for) business hours, the proper ones for the chosen calendar. I would like to have it without having to reload the whole calendar. It seems to me that it's not possible in current version (2.3.2).
Thank you.

Aug 13, 2015
Project Member #1 adamrs...@gmail.com
i agree.

you can achieve this using full-on background events:
http://fullcalendar.io/docs/event_rendering/Background_Events/
which you can then force to be refetched.

or you can wait for this feature to be implemented...
setters for *any* options...
https://code.google.com/p/fullcalendar/issues/detail?id=293
will allow you to set businessHours after the fact.
Status: Done
Labels: Type-Feature