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

Function evalExdate

codebase/sources/dhtmlxscheduler.es.js:17899–17905  ·  view source on GitHub ↗
(after, before)

Source from the content-addressed store, hash-verified

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

Callers 1

iterSetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected