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

Function buildDtstart

codebase/sources/dhtmlxscheduler.js:17251–17256  ·  view source on GitHub ↗
(dtstart, tzid)

Source from the content-addressed store, hash-verified

17249 }).join("\n");
17250 }
17251 function buildDtstart(dtstart, tzid) {
17252 if (!dtstart) {
17253 return "";
17254 }
17255 return "DTSTART" + new DateWithZone(new Date(dtstart), tzid).toString();
17256 }
17257 function argsMatch(left, right) {
17258 if (Array.isArray(left)) {
17259 if (!Array.isArray(right))

Callers 1

optionsToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected