aboutsummaryrefslogtreecommitdiff
path: root/tests/rfc4791/5.3.2/request
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rfc4791/5.3.2/request')
-rw-r--r--tests/rfc4791/5.3.2/request17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/rfc4791/5.3.2/request b/tests/rfc4791/5.3.2/request
new file mode 100644
index 00000000..7efaceb3
--- /dev/null
+++ b/tests/rfc4791/5.3.2/request
@@ -0,0 +1,17 @@
+PUT /home/lisa/calendars/events/qwue23489.ics HTTP/1.1
+If-None-Match: *
+Host: cal.example.com
+Content-Type: text/calendar
+Content-Length: 0
+
+BEGIN:VCALENDAR
+VERSION:2.0
+PRODID:-//Example Corp.//CalDAV Client//EN
+BEGIN:VEVENT
+UID:20010712T182145Z-123401@example.com
+DTSTAMP:20060712T182145Z
+DTSTART:20060714T170000Z
+DTEND:20060715T040000Z
+SUMMARY:Bastille Day Party
+END:VEVENT
+END:VCALENDAR