Home
last modified time | relevance | path

Searched refs:calendarQueryReport (Results 1 – 3 of 3) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php28 $calendarQueryReport = new CalendarQueryReport();
29 $calendarQueryReport->properties = [
32 $calendarQueryReport->filters = [
41 $calendarQueryReport,
109 $calendarQueryReport = new CalendarQueryReport();
110 $calendarQueryReport->version = '2.0';
111 $calendarQueryReport->contentType = 'application/json+calendar';
112 $calendarQueryReport->properties = [
116 $calendarQueryReport->expand = [
120 $calendarQueryReport->filters = [
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php250 $this->calendarQueryReport($report);
506 function calendarQueryReport($report) { function in Sabre\\CalDAV\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php236 $this->calendarQueryReport($report);
488 function calendarQueryReport($report) { function in Sabre\\CalDAV\\Plugin