mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-19 14:10:14 +00:00
22 lines
509 B
XML
22 lines
509 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:D="urn:mcmillan:bogus:xml:ns:davical">
|
|
<response>
|
|
<href>/caldav.php/user1/home/</href>
|
|
<propstat>
|
|
<prop>
|
|
<owner>
|
|
<href>/caldav.php/user1/</href>
|
|
</owner>
|
|
<displayname>User One's Transparent Calendar</displayname>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
<propstat>
|
|
<prop>
|
|
<D:arbitrary/>
|
|
</prop>
|
|
<status>HTTP/1.1 404 Not Found</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|