mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
Some clients want to read the group principal before they're happy to access the group's calendar collections. This grants them the DAV::read privilege so they can do that. Also see: https://bugzilla.mozilla.org/show_bug.cgi?id=610087
48 lines
1.3 KiB
Plaintext
48 lines
1.3 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
|
|
DAV: extended-mkcol, calendar-proxy, bind, addressbook
|
|
ETag: "1f0e016ecbd8566bc60b88a167178059"
|
|
Content-Length: 1071
|
|
Content-Type: text/xml; charset="utf-8"
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:">
|
|
<response>
|
|
<href>/caldav.php/resmgr1/</href>
|
|
<propstat>
|
|
<prop>
|
|
<group-membership>
|
|
<href>/caldav.php/resource1/calendar-proxy-write/</href>
|
|
<href>/caldav.php/resource2/calendar-proxy-write/</href>
|
|
</group-membership>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
<response>
|
|
<href>/caldav.php/resmgr1/calendar-proxy-read/</href>
|
|
<propstat>
|
|
<prop>
|
|
<group-membership>
|
|
<href>/caldav.php/resource1/calendar-proxy-write/</href>
|
|
<href>/caldav.php/resource2/calendar-proxy-write/</href>
|
|
</group-membership>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
<response>
|
|
<href>/caldav.php/resmgr1/calendar-proxy-write/</href>
|
|
<propstat>
|
|
<prop>
|
|
<group-membership>
|
|
<href>/caldav.php/resource1/calendar-proxy-write/</href>
|
|
<href>/caldav.php/resource2/calendar-proxy-write/</href>
|
|
</group-membership>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|