diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-18 20:51:13 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-18 20:51:13 -0700 |
commit | a6c747412c0960331e4055eee97d8328ff88d584 (patch) | |
tree | c4a82365e592a2d1cfa46cd0f5f595dde6626ff8 /samples/resource-type | |
download | jsCalDAV-a6c747412c0960331e4055eee97d8328ff88d584.tar.gz |
Initial hack
Diffstat (limited to 'samples/resource-type')
-rw-r--r-- | samples/resource-type | 10 |
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> |