aboutsummaryrefslogtreecommitdiff
path: root/tests/rfc4791/appendix-b/request
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rfc4791/appendix-b/request')
-rw-r--r--tests/rfc4791/appendix-b/request17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/rfc4791/appendix-b/request b/tests/rfc4791/appendix-b/request
new file mode 100644
index 00000000..c6fd7c6a
--- /dev/null
+++ b/tests/rfc4791/appendix-b/request
@@ -0,0 +1,17 @@
+REPORT /bernard/work/ HTTP/1.1
+Host: cal.example.com
+Depth: 1
+Content-Type: application/xml; charset="utf-8"
+Content-Length: xxxx
+
+<?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/>
+ <C:calendar-data/>
+ </D:prop>
+ <C:filter>
+ <C:comp-filter name="VCALENDAR"/>
+ </C:filter>
+</C:calendar-query> \ No newline at end of file