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

Function parseString

codebase/sources/dhtmlxscheduler.js:17035–17040  ·  view source on GitHub ↗
(rfcString)

Source from the content-addressed store, hash-verified

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

Callers 1

parseInputFunction · 0.70

Calls 1

__assignFunction · 0.70

Tested by

no test coverage detected