davical/testing/tests/binding/1028-PROPFIND.result
Andrew McMillan b35d71e69c List all of a user's calendar homes
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-01-03 10:11:27 +13:00

29 lines
677 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<response>
<href>/caldav.php/user4/</href>
<propstat>
<prop>
<C:calendar-home-set>
<href>/caldav.php/user4/</href>
<href>/caldav.php/user4/base/</href>
</C:calendar-home-set>
<resource-id>
<href>/caldav.php/.resources/1005</href>
</resource-id>
<parent-set>
<parent>
<href>/</href>
<segment>caldav.php</segment>
</parent>
</parent-set>
<resourcetype>
<collection/>
<principal/>
</resourcetype>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>