mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-23 17:26:02 +00:00
Actual working iCal responses.
This commit is contained in:
parent
c1abc85026
commit
601e7bc12f
@ -1,23 +1,22 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, access-control, calendar-access
|
||||
ETag: "33567ed4d798b9c5ea389d70ed845ae9"
|
||||
Content-Length: 935
|
||||
ETag: "455c90fdc59860d7dfa851ad1f75b4ba"
|
||||
Content-Length: 847
|
||||
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>
|
||||
<href>/caldav.php/user1/home/</href>
|
||||
<propstat>
|
||||
<prop>
|
||||
<displayname>home</displayname>
|
||||
<C:calendar-home-set>
|
||||
<href>http://mycaldav/caldav.php/user1/</href>
|
||||
<href>/caldav.php/user1/</href>
|
||||
</C:calendar-home-set>
|
||||
<C:calendar-user-address-set>
|
||||
<href>http://mycaldav/caldav.php/user1/</href>
|
||||
<href>mailto:user1@example.net</href>
|
||||
<href>/caldav.php/user1/</href>
|
||||
</C:calendar-user-address-set>
|
||||
</prop>
|
||||
<status>HTTP/1.1 200 OK</status>
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
HTTP/1.1 207 Multi-Status
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, access-control
|
||||
ETag: "d87ada45ea684066e06cb14779b80ea4"
|
||||
Content-Length: 755
|
||||
ETag: "af62dedcedd04f04e042beb9408793c2"
|
||||
Content-Length: 740
|
||||
Content-Type: text/xml; charset="utf-8"
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<multistatus xmlns="DAV:">
|
||||
<response>
|
||||
<href>http://mycaldav/</href>
|
||||
<href>/</href>
|
||||
<propstat>
|
||||
<prop>
|
||||
<displayname>DAViCal_CalDAV_Server</displayname>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user