Home
last modified time | relevance | path

Searched refs:VCalendar (Results 101 – 125 of 133) sorted by relevance

123456

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php76 $calendar = new VCalendar();
H A DVEventTest.php22 $calendar = new VCalendar();
H A DVTodoTest.php24 $calendar = new VCalendar();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php368 $obj = new Component\VCalendar();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php368 $obj = new Component\VCalendar();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php368 $obj = new Component\VCalendar();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php92 if ($result instanceof \Sabre\VObject\Component\VCalendar) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php92 if ($result instanceof \Sabre\VObject\Component\VCalendar) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php92 if ($result instanceof \Sabre\VObject\Component\VCalendar) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php6 use Sabre\VObject\Component\VCalendar; alias
157 $class = VCalendar::$componentMap['VCALENDAR'];
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php6 use Sabre\VObject\Component\VCalendar; alias
163 $class = VCalendar::$componentMap['VCALENDAR'];
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php22 $calendar = new VCalendar();
H A DVTodoTest.php24 $calendar = new VCalendar();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php22 $calendar = new VCalendar();
H A DVTodoTest.php24 $calendar = new VCalendar();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php20 $calendar = new VCalendar();
H A DVTodoTest.php23 $calendar = new VCalendar();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php11 $obj = new Component\VCalendar();
H A DBirthdayCalendarGeneratorTest.php523 $calendar = new Component\VCalendar();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php32 function validate(VObject\Component\VCalendar $vObject, array $filters) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php21 class VCalendar extends VObject\Document { class
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php21 class VCalendar extends VObject\Document { class
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php21 class VCalendar extends VObject\Document { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php32 function validate(VObject\Component\VCalendar $vObject, array $filters) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md17 * #459: fixed typo in VCalendar which resulting in usage of the wrong TimeZone
156 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar`
157 object, instead of editing the existing `VCalendar` in-place. This is a BC
165 `Component\VCalendar` or `Component\VCard` during parsing.
443 * Added: VCalendar::getBaseComponent to find the 'master' component in a
538 VCalendar and VCard components.
683 be created through the root component. (A VCalendar or VCard object).

123456