| 6198 | }, c_start: "BEGIN:VCALENDAR", e_start: "BEGIN:VEVENT", e_end: "END:VEVENT", c_end: "END:VCALENDAR" }; |
| 6199 | } |
| 6200 | function getSerializator(scheduler2) { |
| 6201 | return (function() { |
| 6202 | var res = {}; |
| 6203 | for (var a in this._events) { |
| 6204 | var ev = this._events[a]; |
| 6205 | if (ev.id.toString().indexOf("#") == -1) { |
| 6206 | res[ev.id] = ev; |
| 6207 | } |
| 6208 | } |
| 6209 | return res; |
| 6210 | }).bind(scheduler2); |
| 6211 | } |
| 6212 | function extend$7(scheduler2) { |
| 6213 | scheduler2._loaded = {}; |
| 6214 | scheduler2._load = function(url2, from) { |