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

Function rrulestr

codebase/sources/dhtmlxscheduler.es.js:18031–18036  ·  view source on GitHub ↗
(s, options)

Source from the content-addressed store, hash-verified

18029 return new RRule(groomRruleOptions(val, val.dtstart || options.dtstart || dtstart, val.tzid || options.tzid || tzid), noCache);
18030}
18031function rrulestr(s, options) {
18032 if (options === void 0) {
18033 options = {};
18034 }
18035 return buildRule(s, initializeOptions(options));
18036}
18037function groomRruleOptions(val, dtstart, tzid) {
18038 return __assign(__assign({}, val), { dtstart, tzid });
18039}

Callers 4

updateFollowingRRULEFunction · 0.70
recurringFunction · 0.70

Calls 2

buildRuleFunction · 0.70
initializeOptionsFunction · 0.70

Tested by

no test coverage detected