mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-27 15:31:32 +00:00
50 lines
1.0 KiB
XML
50 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:">
|
|
<response>
|
|
<href>/</href>
|
|
<propstat>
|
|
<prop>
|
|
<getcontenttype>httpd/unix-directory</getcontenttype>
|
|
<getcontentlength/>
|
|
<resourcetype>
|
|
<collection/>
|
|
</resourcetype>
|
|
<displayname>DAViCal CalDAV Server</displayname>
|
|
<getlastmodified/>
|
|
<creationdate>YYYYMMDDThhmmss</creationdate>
|
|
<getetag>"38f09ba341cd927809b571496db6e4c3"</getetag>
|
|
<acl>
|
|
<ace>
|
|
<principal>
|
|
<authenticated/>
|
|
</principal>
|
|
<grant>
|
|
</grant>
|
|
</ace>
|
|
</acl>
|
|
<getcontentlanguage/>
|
|
<supportedlock>
|
|
<lockentry>
|
|
<lockscope>
|
|
<exclusive/>
|
|
</lockscope>
|
|
<locktype>
|
|
<write/>
|
|
</locktype>
|
|
</lockentry>
|
|
</supportedlock>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
<propstat>
|
|
<prop>
|
|
<lockdiscovery/>
|
|
<source/>
|
|
<checked-in/>
|
|
<checked-out/>
|
|
</prop>
|
|
<status>HTTP/1.1 404 Not Found</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|