mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
26 lines
627 B
XML
26 lines
627 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:A="http://apache.org/dav/props/" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<response>
|
|
<href>/caldav.php/user1/home/</href>
|
|
<propstat>
|
|
<prop>
|
|
<getlastmodified>Dow, 01 Jan 2000 00:00:00 GMT</getlastmodified>
|
|
<resourcetype>
|
|
<collection/>
|
|
<C:calendar/>
|
|
</resourcetype>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
<propstat>
|
|
<prop>
|
|
<getcontentlength/>
|
|
<A:executable/>
|
|
<checked-in/>
|
|
<checked-out/>
|
|
</prop>
|
|
<status>HTTP/1.1 404 Not Found</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|