/plugin/davcard/ |
H A D | helper.php | 652 if(isset($vObject->FN)) 655 if(isset($vObject->N)) 658 if(isset($vObject->TEL)) 669 if(isset($vObject->ADR)) 680 if(isset($vObject->EMAIL)) 691 if(isset($vObject->PHOTO)) 701 if(isset($vObject->BDAY)) 707 if(isset($vObject->NOTE)) 712 if(isset($vObject->TITLE)) 717 if(isset($vObject->URL)) [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | ExpandEventsFloatingTimeTest.php | 103 $vObject = VObject\Reader::read($body); 106 foreach ($vObject->VEVENT as $vevent) { 152 $vObject = VObject\Reader::read($body); 155 foreach ($vObject->VEVENT as $vevent) { 190 $vObject = VObject\Reader::read($body); 193 foreach ($vObject->VEVENT as $vevent) {
|
H A D | ExpandEventsDoubleEventsTest.php | 93 $vObject = VObject\Reader::read($body); 96 … $this->assertEquals(3, count($vObject->VEVENT),'We got 6 events instead of 3. Output: ' . $body); 99 $this->assertFalse(isset($vObject->VEVENT->DTSTART['TZID']));
|
H A D | ExpandEventsDTSTARTandDTENDbyDayTest.php | 81 $vObject = VObject\Reader::read($body); 83 $this->assertEquals(2, count($vObject->VEVENT)); 86 foreach ($vObject->VEVENT as $vevent) {
|
H A D | Issue203Test.php | 94 $vObject = VObject\Reader::read($body); 96 $this->assertEquals(2, count($vObject->VEVENT)); 118 foreach ($vObject->VEVENT as $vevent) {
|
H A D | GetEventsByTimerangeTest.php | 90 $vObject = VObject\Reader::read($body); 93 … $this->assertEquals(1, count($vObject->VEVENT), 'We got 0 events instead of 1. Output: ' . $body);
|
H A D | Issue205Test.php | 92 $vObject = VObject\Reader::read($body); 94 $this->assertEquals(1, count($vObject->VEVENT));
|
H A D | ExpandEventsDTSTARTandDTENDTest.php | 91 $vObject = VObject\Reader::read($body); 97 foreach ($vObject->VEVENT as $vevent) {
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | FifthTuesdayProblemTest.php | 40 $vObject = Reader::read($ics); 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | FifthTuesdayProblemTest.php | 40 $vObject = Reader::read($ics); 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | FifthTuesdayProblemTest.php | 40 $vObject = Reader::read($ics); 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | FifthTuesdayProblemTest.php | 40 $vObject = Reader::read($ics); 41 $it = new Recur\EventIterator($vObject, (string)$vObject->VEVENT->UID);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 450 … $vObject = VObject\Reader::read($objProps[200]['{' . self::NS_CALDAV . '}calendar-data']); 472 …$vObject = $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendar… 477 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize(); 481 $vObject->destroy(); 573 if ($validator->validate($vObject, $report->filters)) { 583 … $vObject = $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone); 588 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize(); 597 $vObject->destroy(); 635 … $vObject = $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone); 641 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize(); [all …]
|
H A D | CalendarQueryValidator.php | 32 function validate(VObject\Component\VCalendar $vObject, array $filters) { argument 36 if ($vObject->name !== $filters['name']) { 41 $this->validateCompFilters($vObject, $filters['comp-filters']) && 42 $this->validatePropFilters($vObject, $filters['prop-filters']);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | AbstractBackend.php | 142 $vObject = VObject\Reader::read($object['calendardata']); 145 $result = $validator->validate($vObject, $filters); 148 $vObject->destroy();
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | EmClientTest.php | 48 $vObject = Reader::read($str); 49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | EmClientTest.php | 48 $vObject = Reader::read($str); 49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | EmClientTest.php | 48 $vObject = Reader::read($str); 49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Inbox.php | 191 $vObject = VObject\Reader::read($object['calendardata']); 192 if ($validator->validate($vObject, $filters)) { 197 $vObject->destroy();
|
H A D | Plugin.php | 740 $vObject = VObject\Reader::read($request->getBody()); 749 foreach ($vObject->getComponents() as $component) { 760 $method = strtoupper((string)$vObject->METHOD); 774 $this->handleFreeBusyRequest($outboxNode, $vObject, $request, $response); 777 $vObject->destroy(); 778 unset($vObject); 798 …protected function handleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInter… argument 800 $vFreeBusy = $vObject->VFREEBUSY; 836 $results[] = $this->getFreeBusyForEmail($attendee, $startRange, $endRange, $vObject);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | EmClientTest.php | 50 $vObject = Reader::read($str); 51 $dt = $vObject->VEVENT->DTSTART->getDateTime();
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 435 … $vObject = VObject\Reader::read($objProps[200]['{' . self::NS_CALDAV . '}calendar-data']); 457 … $vObject->expand($report->expand['start'], $report->expand['end'], $timeZones[$calendarPath]); 460 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()); 462 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize(); 551 … $vObject = VObject\Reader::read($properties[200]['{urn:ietf:params:xml:ns:caldav}calendar-data']); 552 if ($validator->validate($vObject, $report->filters)) { 562 … $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone); 567 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize(); 604 … $vObject = VObject\Reader::read($properties[200]['{' . self::NS_CALDAV . '}calendar-data']); 607 … $vObject->expand($report->expand['start'], $report->expand['end'], $calendarTimeZone); [all …]
|
H A D | CalendarQueryValidator.php | 32 function validate(VObject\Component\VCalendar $vObject, array $filters) { argument 36 if ($vObject->name !== $filters['name']) { 41 $this->validateCompFilters($vObject, $filters['comp-filters']) && 42 $this->validatePropFilters($vObject, $filters['prop-filters']);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | AbstractBackend.php | 142 $vObject = VObject\Reader::read($object['calendardata']); 145 return $validator->validate($vObject, $filters);
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | migrateto17.php | 227 $vObject = \Sabre\VObject\Reader::read($calendarData); 232 foreach($vObject->getComponents() as $component) { 259 $it = new \Sabre\VObject\Recur\EventIterator($vObject, (string)$component->UID);
|