aboutsummaryrefslogtreecommitdiffstats
path: root/samples/resource-type
diff options
context:
space:
mode:
Diffstat (limited to 'samples/resource-type')
-rw-r--r--samples/resource-type10
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/resource-type b/samples/resource-type
new file mode 100644
index 0000000..a6aa471
--- /dev/null
+++ b/samples/resource-type
@@ -0,0 +1,10 @@
+<?xml version="1.0" ?>
+<D:propfind xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:D="DAV:">
+ <D:prop>
+ <D:resourcetype/>
+ <D:owner/>
+ <D:supported-report-set/>
+ <C:supported-calendar-component-set/>
+ <CS:getctag/>
+ </D:prop>
+</D:propfind>