mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-29 15:51:27 +00:00
27 lines
675 B
XML
27 lines
675 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:W="http://www.xythos.com/namespaces/StorageServer">
|
|
<response>
|
|
<href>/caldav.php/user1/home/</href>
|
|
<propstat>
|
|
<prop>
|
|
<current-user-privilege-set>
|
|
<privilege>
|
|
<read/>
|
|
</privilege>
|
|
<privilege>
|
|
<read-current-user-privilege-set/>
|
|
</privilege>
|
|
<privilege>
|
|
<C:read-free-busy/>
|
|
</privilege>
|
|
<privilege>
|
|
<C:schedule-query-freebusy/>
|
|
</privilege>
|
|
</current-user-privilege-set>
|
|
<W:ticketdiscovery/>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|