Lines Matching refs:vcal

9     protected $vcal;  variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
13 $this->vcal = new VCalendar();
23 $elem = $this->vcal->createProperty('DTSTART');
40 $elem = $this->vcal->createProperty('DTSTART');
55 $elem = $this->vcal->createProperty('DTSTART');
69 $elem = $this->vcal->createProperty('DTSTART');
84 $elem = $this->vcal->createProperty('DTSTART');
99 $elem = $this->vcal->createProperty('DTSTART');
116 $elem = $this->vcal->createProperty('DTSTART');
135 $elem = $this->vcal->createProperty('DTSTART');
154 $elem = $this->vcal->createProperty('DTSTART');
169 $elem = $this->vcal->createProperty('DTSTART');
186 $elem = $this->vcal->createProperty('DTSTART');
195 $elem = $this->vcal->createProperty('DTSTART');
204 $elem = $this->vcal->createProperty('DTSTART', '19850704');
214 $elem = $this->vcal->createProperty('DTSTART', '19850704');
227 $elem = $this->vcal->createProperty('DTSTART', '19850704T013000');
237 $elem = $this->vcal->createProperty('DTSTART', '19850704T013000');
250 $elem = $this->vcal->createProperty('DTSTART', '19850704T013000Z');
261 $elem = $this->vcal->createProperty('DTSTART', '19850704T013000');
277 $elem = $this->vcal->createProperty('DTSTART', 'bla');
284 $elem = $this->vcal->createProperty('DTSTART', '19850704T013000');
288 $event = $this->vcal->createComponent('VEVENT');
291 $timezone = $this->vcal->createComponent('VTIMEZONE');
295 $this->vcal->add($event);
296 $this->vcal->add($timezone);
311 $elem = $this->vcal->createProperty('DTSTART', '19850704T013000');
315 $event = $this->vcal->createComponent('VEVENT');
318 $timezone = $this->vcal->createComponent('VTIMEZONE');
323 $this->vcal->add($event);
324 $this->vcal->add($timezone);
337 $dtStart = $this->vcal->createProperty('DTSTART', new \DateTime('2013-06-07 15:05:00'));
346 $exDate = $this->vcal->createProperty('EXDATE', '-00011130T143000Z');
358 $vcal = new VCalendar();
359 $vevent = $vcal->add('VEVENT');