mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +00:00
20 lines
564 B
XML
20 lines
564 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:R="urn:mcmillan:bogus:xml:ns:rscds">
|
|
<response>
|
|
<href>http://mycaldav/caldav.php/user1/home/</href>
|
|
<propstat>
|
|
<prop>
|
|
<displayname>User One's Calendar</displayname>
|
|
<R:arbitrary>A completely bogus property which should be saved.</R:arbitrary>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
<propstat>
|
|
<prop>
|
|
<owner/>
|
|
</prop>
|
|
<status>HTTP/1.1 404 Not Found</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|