mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-02 16:20:34 +00:00
33 lines
944 B
Plaintext
33 lines
944 B
Plaintext
HTTP/1.1 207 Multi-Status
|
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
|
DAV: 1, 2, access-control, calendar-access, calendar-schedule, extended-mkcol, calendar-proxy, bind, calendar-auto-schedule
|
|
ETag: "4801fed73bca80f8f4b91b3d69dd2454"
|
|
Content-Length: 649
|
|
Content-Type: text/xml; charset="utf-8"
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<response>
|
|
<href>/caldav.php/user1/</href>
|
|
<propstat>
|
|
<prop>
|
|
<C:calendar-user-address-set>
|
|
<href>mailto:user1@example.net</href>
|
|
<href>/caldav.php/user1/</href>
|
|
</C:calendar-user-address-set>
|
|
<displayname>User 1</displayname>
|
|
<principal-URL>
|
|
<href>/caldav.php/user1/</href>
|
|
</principal-URL>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
<propstat>
|
|
<prop>
|
|
<C:calendar-user-type/>
|
|
</prop>
|
|
<status>HTTP/1.1 404 Not Found</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|