davical/testing/tests/regression-suite/918-PROPFIND-supported-stuff.result
2009-11-14 17:54:55 +13:00

65 lines
1.9 KiB
Plaintext

HTTP/1.1 207 Multi-Status
Date: Dow, 01 Jan 2000 00:00:00 GMT
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule, extended-mkcol
Allow: OPTIONS, PROPFIND, REPORT, DELETE, LOCK, UNLOCK, MOVE, GET, PUT, HEAD
ETag: "d0106b2b3cddd962bafded74285d643d"
Content-Length: 1658
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<response>
<href>/caldav.php/user1/home/</href>
<propstat>
<prop>
<displayname>User One's Calendar</displayname>
<resourcetype>
<collection/>
<C:calendar/>
</resourcetype>
<supported-method-set>
<supported-method name="OPTIONS"/>
<supported-method name="PROPFIND"/>
<supported-method name="REPORT"/>
<supported-method name="DELETE"/>
<supported-method name="LOCK"/>
<supported-method name="UNLOCK"/>
<supported-method name="MOVE"/>
<supported-method name="GET"/>
<supported-method name="PUT"/>
<supported-method name="HEAD"/>
</supported-method-set>
<supported-report-set>
<supported-report>
<principal-property-search/>
</supported-report>
<supported-report>
<expand-property/>
</supported-report>
<supported-report>
<sync-collection/>
</supported-report>
<supported-report>
<C:calendar-query/>
</supported-report>
<supported-report>
<C:calendar-multiget/>
</supported-report>
<supported-report>
<C:free-busy-query/>
</supported-report>
</supported-report-set>
<C:supported-calendar-component-set>
<C:comp name="VEVENT"/>
<C:comp name="VTODO"/>
<C:comp name="VJOURNAL"/>
<C:comp name="VTIMEZONE"/>
<C:comp name="VFREEBUSY"/>
</C:supported-calendar-component-set>
<C:supported-calendar-data>text/calendar</C:supported-calendar-data>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>