MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / evalExdate

Function evalExdate

codebase/sources/dhtmlxscheduler.js:17903–17909  ·  view source on GitHub ↗
(after, before)

Source from the content-addressed store, hash-verified

17901 var _exdateHash = {};
17902 var _accept = iterResult.accept;
17903 function evalExdate(after, before) {
17904 _exrule.forEach(function(rrule) {
17905 rrule.between(after, before, true).forEach(function(date) {
17906 _exdateHash[Number(date)] = true;
17907 });
17908 });
17909 }
17910 _exdate.forEach(function(date) {
17911 var zonedDate2 = new DateWithZone(date, tzid).rezonedDate();
17912 _exdateHash[Number(zonedDate2)] = true;

Callers 1

iterSetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected