Home
last modified time | relevance | path

Searched refs:vcal (Results 51 – 75 of 94) sorted by last modified time

1234

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php38 $vcal = Reader::read($ics);
39 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
41 $vcal->expand(new DateTime('2013-09-28'), new DateTime('2014-09-11'));
43 foreach ($vcal->VEVENT as $event) {
H A DIncorrectExpandTest.php35 $vcal = Reader::read($input);
36 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
38 $vcal->expand(new DateTime('2011-01-01'), new DateTime('2014-01-01'));
40 $result = $vcal->serialize();
H A DMissingOverriddenTest.php34 $vcal = Reader::read($input);
35 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
37 $vcal->expand(new DateTime('2011-01-01'), new DateTime('2015-01-01'));
39 $result = $vcal->serialize();
H A DInfiniteLoopProblemTest.php15 $this->vcal = new VCalendar();
25 $ev = $this->vcal->createComponent('VEVENT');
39 $ev = $this->vcal->createComponent('VEVENT');
53 $this->vcal->add($ev);
55 $it = new Recur\EventIterator($this->vcal,'uuid');
86 $ev = $this->vcal->createComponent('VEVENT');
90 $this->vcal->add($ev);
92 $it = new Recur\EventIterator($this->vcal,'uuid');
H A DIssue48Test.php30 $vcal = Reader::read($input);
31 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
33 $it = new Recur\EventIterator($vcal, 'foo');
H A DBySetPosHangTest.php33 $vcal = Reader::read($ics);
34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
36 $vcal->expand(new DateTime('2015-01-01'), new DateTime('2016-01-01'));
38 foreach ($vcal->VEVENT as $event) {
H A DExpandFloatingTimesTest.php26 $vcal = Reader::read($input);
27 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
29 $vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'));
31 $result = $vcal->serialize();
81 $vcal = Reader::read($input);
82 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
84 …$vcal->expand(new DateTime('2015-01-01'), new DateTime('2015-01-31'), new \DateTimeZone('Europe/Be…
86 $result = $vcal->serialize();
H A DIssue50Test.php104 $vcal = Reader::read($input);
105 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
107 $it = new Recur\EventIterator($vcal, '1aef0b27-3d92-4581-829a-11999dd36724');
H A DMainTest.php14 $vcal = new VCalendar();
23 $vcal->add($ev);
45 $vcal->add($ev);
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
227 $vcal->add($ev);
280 $vcal->add($ev);
333 $vcal->add($ev);
386 $vcal->add($ev);
[all …]
H A DNoInstancesTest.php33 $vcal = Reader::read($input);
34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
36 $it = new EventIterator($vcal, 'foo');
H A DOverrideFirstEventTest.php29 $vcal = Reader::read($input);
30 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-09-01'));
68 $newIcs = $vcal->serialize();
92 $vcal = Reader::read($input);
93 $vcal->expand(new DateTime('2014-08-01'), new DateTime('2014-08-19'));
113 $newIcs = $vcal->serialize();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DSlashRTest.php13 $vcal = new Component\VCalendar();
14 $prop = $vcal->add('test', "abc\r\ndef");
H A DDocumentTest.php23 $vcal = new Component\VCalendar(array(), false);
25 $event = $vcal->createComponent('VEVENT');
28 $vcal->add($event);
30 $prop = $vcal->createProperty('X-PROP','1234256',array('X-PARAM' => '3'));
40 $out = $vcal->serialize();
47 $vcal = new Component\VCalendar(array(), false);
49 $event = $vcal->create('VEVENT');
52 $event = $vcal->create('CALSCALE');
59 $vcal = new Component\VCalendar(array(), false);
60 …$this->assertEquals('Sabre\\VObject\\Property\\Text', $vcal->getClassNameForPropertyValue('TEXT'));
[all …]
H A DIssue26Test.php28 $vcal = Reader::read($input);
29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
31 $it = new Recur\EventIterator($vcal, 'bae5d57a98');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php18 $vcal = <<<VCAL
24 $document = Reader::read($vcal);
H A DVCardTest.php264 $vcal = VObject\Reader::read($vcf);
265 $result = $vcal->validate($options);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php48 $vcal = Reader::read($input);
50 foreach($vcal->getComponents() as $mainComponent) {
55 $message->message = $vcal;
56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php11 protected $vcal; variable in Sabre\\VObject\\Property\\ICalendar\\DateTimeTest
15 $this->vcal = new VCalendar();
25 $elem = $this->vcal->createProperty('DTSTART');
42 $elem = $this->vcal->createProperty('DTSTART');
57 $elem = $this->vcal->createProperty('DTSTART');
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
346 $vcal = new VCalendar();
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php22 $vcal = Sabre\VObject\Reader::read(fopen($inputFile, 'r')); variable
35 $fb = new Sabre\VObject\FreeBusyGenerator($start, $end, $vcal, $timeZone);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DAvailableTest.php17 $vcal = <<<VCAL
23 $document = Reader::read($vcal);
30 $vcal = <<<VCAL
39 $document = Reader::read($vcal);
53 $vcal = <<<VCAL
62 $document = Reader::read($vcal);
H A DVAvailabilityTest.php18 $vcal = <<<VCAL
24 $document = Reader::read($vcal);
32 $vcal = <<<VCAL
41 $document = Reader::read($vcal);
55 $vcal = <<<VCAL
64 $document = Reader::read($vcal);
78 $vcal = <<<VCAL
85 $document = Reader::read($vcal);
98 $vcal = <<<VCAL
105 $document = Reader::read($vcal);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php14 $vcal = <<<ICS
22 $vcal = Reader::read($vcal);
23 $prop = $vcal->VEVENT->ATTACH;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDurationTest.php12 $vcal = new VCalendar();
13 $event = $vcal->add('VEVENT', ['DURATION' => ['PT1H']]);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php37 $vcal = Reader::read($ics);
38 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
40 $vcal = $vcal->expand(new DateTime('2013-09-28'), new DateTime('2014-09-11'));
42 foreach ($vcal->VEVENT as $event) {
H A DBySetPosHangTest.php32 $vcal = Reader::read($ics);
33 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
35 $vcal = $vcal->expand(new DateTime('2015-01-01'), new DateTime('2016-01-01'));
37 foreach ($vcal->VEVENT as $event) {

1234