Searched refs:eventInstanceGroup (Results 1 – 1 of 1) sorted by relevance
3731 InteractiveDateComponent.prototype.isEventInstanceGroupAllowed = function (eventInstanceGroup) {3734 … var eventFootprints = this.eventRangesToEventFootprints(eventInstanceGroup.getAllEventRanges());3742 return view.calendar.constraints.isEventInstanceGroupAllowed(eventInstanceGroup);3746 …InteractiveDateComponent.prototype.isExternalInstanceGroupAllowed = function (eventInstanceGroup) {3749 … var eventFootprints = this.eventRangesToEventFootprints(eventInstanceGroup.getAllEventRanges());8363 Constraints.prototype.isEventInstanceGroupAllowed = function (eventInstanceGroup) {8364 var eventDef = eventInstanceGroup.getEventDef();8365 … var eventFootprints = this.eventRangesToEventFootprints(eventInstanceGroup.getAllEventRanges());8470 … var eventInstanceGroup = businessHourGenerator.buildEventInstanceGroup(isAllDay, unzonedRange);8471 if (eventInstanceGroup) {[all …]