fix(calendar(js)): fix exception when changing an event calendar

This commit is contained in:
Francis Lachapelle
2020-11-05 10:29:27 -05:00
parent bf27328b9a
commit 0e0fc72b44
@@ -281,7 +281,7 @@
this.changeCalendar = function () {
var updateRequired = (this.component.attendees && this.component.attendees.length > 0);
if (updateRequired)
this.component.initOrganizer(Calendar.$get(this.component.destinationCalendar));
this.component.$attendees.initOrganizer(Calendar.$get(this.component.destinationCalendar));
};
// Autocomplete cards for attendees