Lines Matching refs:vcal

14         $vcal = new VCalendar();
15 $ev = $vcal->createComponent('VEVENT');
18 $dtStart = $vcal->createProperty('DTSTART');
23 $vcal->add($ev);
25 $it = new EventIterator($vcal,(string)$ev->uid);
37 $vcal = new VCalendar();
38 $ev = $vcal->createComponent('VEVENT');
41 $dtStart = $vcal->createProperty('DTSTART');
45 $vcal->add($ev);
47 $it = new EventIterator($vcal,(string)$ev->uid);
56 $vcal = new VCalendar();
57 $it = new EventIterator($vcal);
66 $vcal = new VCalendar();
67 $it = new EventIterator($vcal,'foo');
76 $vcal = new VCalendar();
77 $ev = $vcal->createComponent('VEVENT');
81 $dtStart = $vcal->createProperty('DTSTART');
85 $vcal->add($ev);
87 $it = new EventIterator($vcal,$ev->uid);
128 $vcal = new VCalendar();
129 $ev = $vcal->createComponent('VEVENT');
133 $dtStart = $vcal->createProperty('DTSTART');
138 $vcal->add($ev);
140 $it = new EventIterator($vcal,$ev->uid);
176 $vcal = new VCalendar();
177 $ev = $vcal->createComponent('VEVENT');
180 $dtStart = $vcal->createProperty('DTSTART');
185 $vcal->add($ev);
187 $it = new EventIterator($vcal,$ev->uid);
217 $vcal = new VCalendar();
218 $ev = $vcal->createComponent('VEVENT');
222 $dtStart = $vcal->createProperty('DTSTART');
227 $vcal->add($ev);
229 $it = new EventIterator($vcal,(string)$ev->uid);
270 $vcal = new VCalendar();
271 $ev = $vcal->createComponent('VEVENT');
275 $dtStart = $vcal->createProperty('DTSTART');
280 $vcal->add($ev);
282 $it = new EventIterator($vcal,(string)$ev->uid);
323 $vcal = new VCalendar();
324 $ev = $vcal->createComponent('VEVENT');
328 $dtStart = $vcal->createProperty('DTSTART');
333 $vcal->add($ev);
335 $it = new EventIterator($vcal,(string)$ev->uid);
376 $vcal = new VCalendar();
377 $ev = $vcal->createComponent('VEVENT');
381 $dtStart = $vcal->createProperty('DTSTART');
386 $vcal->add($ev);
388 $it = new EventIterator($vcal,(string)$ev->uid);
427 $vcal = new VCalendar();
428 $ev = $vcal->createComponent('VEVENT');
432 $dtStart = $vcal->createProperty('DTSTART');
437 $vcal->add($ev);
439 $it = new EventIterator($vcal,(string)$ev->uid);
483 $vcal = new VCalendar();
484 $ev = $vcal->createComponent('VEVENT');
488 $dtStart = $vcal->createProperty('DTSTART');
493 $vcal->add($ev);
495 $it = new EventIterator($vcal,(string)$ev->uid);
536 $vcal = new VCalendar();
537 $ev = $vcal->createComponent('VEVENT');
541 $dtStart = $vcal->createProperty('DTSTART');
546 $vcal->add($ev);
548 $it = new EventIterator($vcal,(string)$ev->uid);
589 $vcal = new VCalendar();
590 $ev = $vcal->createComponent('VEVENT');
594 $dtStart = $vcal->createProperty('DTSTART');
599 $vcal->add($ev);
601 $it = new EventIterator($vcal,(string)$ev->uid);
635 $vcal = new VCalendar();
636 $ev = $vcal->createComponent('VEVENT');
640 $dtStart = $vcal->createProperty('DTSTART');
645 $vcal->add($ev);
647 $it = new EventIterator($vcal,(string)$ev->uid);
688 $vcal = new VCalendar();
689 $ev = $vcal->createComponent('VEVENT');
693 $dtStart = $vcal->createProperty('DTSTART');
698 $vcal->add($ev);
700 $it = new EventIterator($vcal,(string)$ev->uid);
741 $vcal = new VCalendar();
742 $ev = $vcal->createComponent('VEVENT');
746 $dtStart = $vcal->createProperty('DTSTART');
751 $vcal->add($ev);
753 $it = new EventIterator($vcal,(string)$ev->uid);
797 $vcal = new VCalendar();
798 $ev = $vcal->createComponent('VEVENT');
802 $dtStart = $vcal->createProperty('DTSTART');
807 $vcal->add($ev);
809 $it = new EventIterator($vcal,(string)$ev->uid);
847 $vcal = new VCalendar();
848 $ev = $vcal->createComponent('VEVENT');
852 $dtStart = $vcal->createProperty('DTSTART');
857 $vcal->add($ev);
859 $it = new EventIterator($vcal,(string)$ev->uid);
897 $vcal = new VCalendar();
898 $ev = $vcal->createComponent('VEVENT');
902 $dtStart = $vcal->createProperty('DTSTART');
907 $vcal->add($ev);
909 $it = new EventIterator($vcal,(string)$ev->uid);
947 $vcal = new VCalendar();
948 $ev = $vcal->createComponent('VEVENT');
952 $dtStart = $vcal->createProperty('DTSTART');
957 $vcal->add($ev);
959 $it = new EventIterator($vcal,(string)$ev->uid);
990 $vcal = new VCalendar();
991 $ev = $vcal->createComponent('VEVENT');
995 $dtStart = $vcal->createProperty('DTSTART');
1000 $vcal->add($ev);
1002 $it = new EventIterator($vcal,(string)$ev->uid);
1038 $vcal = new VCalendar();
1039 $ev = $vcal->createComponent('VEVENT');
1043 $dtStart = $vcal->createProperty('DTSTART');
1048 $vcal->add($ev);
1050 $it = new EventIterator($vcal,(string)$ev->uid);
1086 $vcal = new VCalendar();
1087 $ev = $vcal->createComponent('VEVENT');
1091 $dtStart = $vcal->createProperty('DTSTART');
1096 $vcal->add($ev);
1098 $it = new EventIterator($vcal,(string)$ev->uid);
1126 $vcal = new VCalendar();
1127 $ev = $vcal->createComponent('VEVENT');
1131 $dtStart = $vcal->createProperty('DTSTART');
1136 $exDate1 = $vcal->createProperty('EXDATE');
1138 $exDate2 = $vcal->createProperty('EXDATE');
1145 $vcal->add($ev);
1147 $it = new EventIterator($vcal,(string)$ev->uid);
1180 $vcal = new VCalendar();
1182 $ev1 = $vcal->createComponent('VEVENT');
1188 $vcal->add($ev1);
1191 $ev2 = $vcal->createComponent('VEVENT');
1197 $vcal->add($ev2);
1200 $ev3 = $vcal->createComponent('VEVENT');
1206 $vcal->add($ev3);
1208 $it = new EventIterator($vcal,'overridden');
1254 $vcal = new VCalendar();
1256 $ev1 = $vcal->createComponent('VEVENT');
1262 $vcal->add($ev1);
1265 $ev2 = $vcal->createComponent('VEVENT');
1271 $vcal->add($ev2);
1273 $it = new EventIterator($vcal,'overridden');
1306 $vcal = new VCalendar();
1307 $ev1 = $vcal->createComponent('VEVENT');
1314 $vcal->add($ev1);
1317 $ev2 = $vcal->createComponent('VEVENT');
1323 $vcal->add($ev2);
1325 $it = new EventIterator($vcal,'overridden');
1356 $vcal = new VCalendar();
1357 $ev = $vcal->createComponent('VEVENT');
1364 $dtStart = $vcal->createProperty('DTSTART');
1369 $vcal->add($ev);
1371 $it = new EventIterator($vcal,$ev->uid);
1404 $vcal = new VCalendar();
1406 $ev2 = $vcal->createComponent('VEVENT');
1412 $vcal->add($ev2);
1415 $ev3 = $vcal->createComponent('VEVENT');
1421 $vcal->add($ev3);
1423 $it = new EventIterator($vcal,'broken');