aboutsummaryrefslogtreecommitdiff
path: root/tests/rfc4791/7.10.1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rfc4791/7.10.1')
-rw-r--r--tests/rfc4791/7.10.1/request11
-rw-r--r--tests/rfc4791/7.10.1/response16
2 files changed, 27 insertions, 0 deletions
diff --git a/tests/rfc4791/7.10.1/request b/tests/rfc4791/7.10.1/request
new file mode 100644
index 00000000..977f934b
--- /dev/null
+++ b/tests/rfc4791/7.10.1/request
@@ -0,0 +1,11 @@
+REPORT /bernard/work/ HTTP/1.1
+Host: cal.example.com
+Depth: 1
+Content-Type: application/xml; charset="utf-8"
+Content-Length: 0
+
+<?xml version="1.0" encoding="utf-8" ?>
+<C:free-busy-query xmlns:C="urn:ietf:params:xml:ns:caldav">
+ <C:time-range start="20060104T140000Z"
+ end="20060105T220000Z"/>
+</C:free-busy-query>
diff --git a/tests/rfc4791/7.10.1/response b/tests/rfc4791/7.10.1/response
new file mode 100644
index 00000000..eaf31712
--- /dev/null
+++ b/tests/rfc4791/7.10.1/response
@@ -0,0 +1,16 @@
+HTTP/1.1 200 OK
+Date: Sat, 11 Nov 2006 09:32:12 GMT
+Content-Type: text/calendar
+Content-Length: 0
+
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-//Example Corp.//CalDAV Server//EN
+BEGIN:VFREEBUSY
+DTSTAMP:20050125T090000Z
+DTSTART:20060104T140000Z
+DTEND:20060105T220000Z
+FREEBUSY;FBTYPE=BUSY-TENTATIVE:20060104T150000Z/PT1H
+FREEBUSY:20060104T190000Z/PT1H
+END:VFREEBUSY
+END:VCALENDAR