mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
26 lines
716 B
Plaintext
26 lines
716 B
Plaintext
HTTP/1.1 207 Multi-Status
|
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
|
DAV: 1, 2, access-control, calendar-access
|
|
ETag: "b935ebb71cd3bdebd81cfd488af4e5b0"
|
|
Content-Length: 502
|
|
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>http://mycaldav/caldav.php/user1/home/</href>
|
|
<propstat>
|
|
<prop>
|
|
<getcontenttype>httpd/unix-directory</getcontenttype>
|
|
<getcontentlength/>
|
|
<resourcetype>
|
|
<collection/>
|
|
<C:calendar/>
|
|
</resourcetype>
|
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|