mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-19 14:10:14 +00:00
22 lines
603 B
XML
22 lines
603 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:X="http://xmlns.comical.net/birds" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<response>
|
|
<href>/caldav.php/user1/home/</href>
|
|
<propstat>
|
|
<prop>
|
|
<owner>
|
|
<href>/caldav.php/user1/</href>
|
|
</owner>
|
|
<displayname>User 1's Calendaranza</displayname>
|
|
<X:spotted-grebe/>
|
|
<C:cats>
|
|
<C:cat breed="persian">Coconut</C:cat>
|
|
<C:cat breed="tabby">Tigger</C:cat>
|
|
<C:cat breed="burmese">Simba</C:cat>
|
|
</C:cats>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|