diff --git a/UI/WebServerResources/js/Scheduler/CalendarListController.js b/UI/WebServerResources/js/Scheduler/CalendarListController.js index 665be907a..43bf69b76 100644 --- a/UI/WebServerResources/js/Scheduler/CalendarListController.js +++ b/UI/WebServerResources/js/Scheduler/CalendarListController.js @@ -196,7 +196,8 @@ if (baseComponent) { component = baseComponent; - component.updateFreeBusy(); + component.initAttendees(); + component.$attendees.updateFreeBusy(); } else { component = new Component({ pid: Calendar.$defaultCalendar(), type: type });