Searched refs:eventInstance (Results 1 – 1 of 1) sorted by relevance
2236 function eventInstanceToEventRange(eventInstance) {2237 …return new EventRange_1.default(eventInstance.dateProfile.unzonedRange, eventInstance.def, eventIn…2241 …nge, eventRange.eventDef.isAllDay()), eventRange.eventDef, eventRange.eventInstance // might not e…2245 function eventInstanceToUnzonedRange(eventInstance) {2246 return eventInstance.dateProfile.unzonedRange;2290 var eventInstance;2294 eventInstance = eventInstances[i]; property2295 slicedRange = eventInstance.dateProfile.unzonedRange.intersect(constraintRange);2297 … slicedEventRanges.push(new EventRange_1.default(slicedRange, eventInstance.def, eventInstance));2927 function EventFootprint(componentFootprint, eventDef, eventInstance) {[all …]