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

Function Me

codebase/dhtmlxscheduler.es.js:5866–5872  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5864 return ee(ee({}, i[0]), i[1]);
5865}
5866function Me(e) {
5867 var i = {}, t = /DTSTART(?:;TZID=([^:=]+?))?(?::|=)([^;\s]+)/i.exec(e);
5868 if (!t)
5869 return i;
5870 var n = t[1], s = t[2];
5871 return n && (i.tzid = n), i.dtstart = Fe(s), i;
5872}
5873function ya(e) {
5874 if (!(e = e.replace(/^\s+|\s+$/, "")).length)
5875 return null;

Callers 3

yaFunction · 0.85
ntFunction · 0.85
PaFunction · 0.85

Calls 1

FeFunction · 0.70

Tested by

no test coverage detected