Home
last modified time | relevance | path

Searched refs:eventInstanceGroup (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js3731 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 …]