aboutsummaryrefslogtreecommitdiffstats
path: root/samples/xml/req_calendar_query.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/xml/req_calendar_query.xml')
-rw-r--r--samples/xml/req_calendar_query.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/samples/xml/req_calendar_query.xml b/samples/xml/req_calendar_query.xml
new file mode 100644
index 0000000..e983706
--- /dev/null
+++ b/samples/xml/req_calendar_query.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<C:calendar-query xmlns:D="DAV:"
+ xmlns:C="urn:ietf:params:xml:ns:caldav">
+ <D:prop>
+ <D:getetag />
+ </D:prop>
+ <C:filter>
+ <C:comp-filter name="VCALENDAR">
+ <C:comp-filter name="VEVENT">
+ <C:time-range start="20120626T125608Z"
+ end="20120926T125608Z"/>
+ </C:comp-filter>
+ </C:comp-filter>
+ </C:filter>
+</C:calendar-query>