mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
24 lines
570 B
XML
24 lines
570 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<response>
|
|
<href>/caldav.php/</href>
|
|
<propstat>
|
|
<prop>
|
|
<principal-collection-set>
|
|
<href>/caldav.php/</href>
|
|
</principal-collection-set>
|
|
<current-user-principal>
|
|
<href>/caldav.php/user1/</href>
|
|
</current-user-principal>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
<propstat>
|
|
<prop>
|
|
<C:calendar-description/>
|
|
</prop>
|
|
<status>HTTP/1.1 404 Not Found</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|