Home
last modified time | relevance | path

Searched refs:CalDAV (Results 1 – 25 of 220) sorted by path

123456789

/plugin/davcal/
H A DcalendarBackendDokuwiki.php4 use \Sabre\CalDAV; alias
17 class DokuWikiSabreCalendarBackend extends \Sabre\CalDAV\Backend\AbstractBackend
105 …'{' . CalDAV\Plugin::NS_CALENDARSERVER . '}getctag' => 'http://sabre.io/ns/sync/'…
107 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
H A Dcalendarserver.php56 new Sabre\CalDAV\Principal\Collection($principalBackend),
57 new Sabre\CalDAV\CalendarRoot($principalBackend, $calendarBackend),
73 $caldavPlugin = new Sabre\CalDAV\Plugin();
H A Dhelper.php1884 $validator = new \Sabre\CalDAV\CalendarQueryValidator();
H A Dplugin.info.txt5 name Calendar PlugIn with CalDAV sharing support
6 desc Create one calendar per page and share/subscribe via CalDAV
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php260 $maxDate = new DateTime(\Sabre\CalDAV\Backend\PDO::MAX_DATE);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php3 namespace Sabre\CalDAV\Backend;
6 use Sabre\CalDAV; alias
144 $validator = new CalDAV\CalendarQueryValidator();
H A DBackendInterface.php3 namespace Sabre\CalDAV\Backend;
H A DNotificationSupport.php3 namespace Sabre\CalDAV\Backend;
5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
H A DPDO.php3 namespace Sabre\CalDAV\Backend;
6 use Sabre\CalDAV; alias
167 …'{' . CalDAV\Plugin::NS_CALENDARSERVER . '}getctag' => 'http://sabre.io/ns/sync/'…
169 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
170 …'{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new CalDAV\Xml\Property\Sc…
218 … if (!($properties[$sccs] instanceof CalDAV\Xml\Property\SupportedCalendarComponentSet)) {
223 $transp = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
262 $supportedProperties[] = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp';
269 case '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' :
984 …'{' . CalDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\Su…
H A DSchedulingSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSharingSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSubscriptionSupport.php3 namespace Sabre\CalDAV\Backend;
H A DSyncSupport.php3 namespace Sabre\CalDAV\Backend;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php3 namespace Sabre\CalDAV;
H A DCalendarHome.php3 namespace Sabre\CalDAV;
H A DCalendarObject.php3 namespace Sabre\CalDAV;
H A DCalendarQueryValidator.php3 namespace Sabre\CalDAV;
H A DCalendarRoot.php3 namespace Sabre\CalDAV;
H A DICSExportPlugin.php3 namespace Sabre\CalDAV;
H A DICalendar.php3 namespace Sabre\CalDAV;
H A DICalendarObject.php3 namespace Sabre\CalDAV;
H A DICalendarObjectContainer.php3 namespace Sabre\CalDAV;
H A DIShareableCalendar.php3 namespace Sabre\CalDAV;
H A DISharedCalendar.php3 namespace Sabre\CalDAV;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php3 namespace Sabre\CalDAV\Exception;
6 use Sabre\CalDAV; alias
30 $np = $doc->createElementNS(CalDAV\Plugin::NS_CALDAV, 'cal:supported-calendar-component');

123456789