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

Function parseString

codebase/sources/dhtmlxscheduler.es.js:17031–17036  ·  view source on GitHub ↗
(rfcString)

Source from the content-addressed store, hash-verified

17029 return timeset;
17030}
17031function parseString(rfcString) {
17032 var options = rfcString.split("\n").map(parseLine).filter(function(x) {
17033 return x !== null;
17034 });
17035 return __assign(__assign({}, options[0]), options[1]);
17036}
17037function parseDtstart(line) {
17038 var options = {};
17039 var dtstartWithZone = /DTSTART(?:;TZID=([^:=]+?))?(?::|=)([^;\s]+)/i.exec(line);

Callers 1

parseInputFunction · 0.70

Calls 1

__assignFunction · 0.70

Tested by

no test coverage detected