Home
last modified time | relevance | path

Searched refs:NS_CALDAV (Results 51 – 57 of 57) sorted by last modified time

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php103 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
104 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
H A DCalendarQueryReport.php108 if (isset($elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'])) {
109 $newProps += $elem['value']['{' . Plugin::NS_CALDAV . '}calendar-data'];
112 case '{' . Plugin::NS_CALDAV . '}filter' :
114 if ($subElem['name'] === '{' . Plugin::NS_CALDAV . '}comp-filter') {
128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
H A DFreeBusyQueryReport.php61 $timeRange = '{' . Plugin::NS_CALDAV . '}time-range';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php284 'privilege' => '{' . Plugin::NS_CALDAV . '}read-free-busy',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php159 'privilege' => '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php87 $writer->writeElement('{' . Plugin::NS_CALDAV . '}transparent');
90 $writer->writeElement('{' . Plugin::NS_CALDAV . '}opaque');
119 $elems = Deserializer\enum($reader, Plugin::NS_CALDAV);
H A DSupportedCalendarComponentSet.php80 $writer->startElement('{' . Plugin::NS_CALDAV . '}comp');
116 if ($elem['name'] === '{' . Plugin::NS_CALDAV . '}comp') {

123