Home
last modified time | relevance | path

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

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2227 var eventInstances = [];
2230 eventInstances.push.apply(eventInstances, // append field
2233 return eventInstances;
2268 function EventInstanceGroup(eventInstances) {
2269 this.eventInstances = eventInstances || [];
2276 return this.eventInstances.map(util_1.eventInstanceToEventRange);
2288 var eventInstances = this.eventInstances;
2293 for (i = 0; i < eventInstances.length; i++) {
2294 eventInstance = eventInstances[i];
2303 var unzonedRanges = this.eventInstances.map(util_1.eventInstanceToUnzonedRange);
[all …]