mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Results change due to moving the DAV: header and PROPFIND changes
This commit is contained in:
parent
48dc44eba7
commit
85707c9eba
@ -1,7 +1,7 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
|
||||||
DAV: 1, 2, access-control, calendar-access
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "373430133d9c51260783bc61177aa1d3"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 1880
|
ETag: "e4c5d91096060db78286e699730987a1"
|
||||||
|
Content-Length: 1920
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/</href>
|
<href>/caldav.php/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "cc0f368288b5b8373d00e28f842190e6"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 383
|
ETag: "792db2309cf4d54e7c00bbe79633895f"
|
||||||
|
Content-Length: 423
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/</href>
|
<href>/caldav.php/user1/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Cache-Control: no-cache
|
Cache-Control: no-cache
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "4bbc059be0ae780aa041d72b2ee837a6"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 726
|
ETag: "a30e9b8f2662cd1da17252d3b814ef04"
|
||||||
|
Content-Length: 730
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/</href>
|
<href>/caldav.php/user1/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -28,7 +29,7 @@ Content-Type: text/xml; charset="utf-8"
|
|||||||
<getcontentlength/>
|
<getcontentlength/>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "63c4632cd1f99190e4613ed7912bc44a"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 483
|
ETag: "7364b32495feb0c9bbe89cdb10988762"
|
||||||
|
Content-Length: 487
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -14,7 +15,7 @@ Content-Type: text/xml; charset="utf-8"
|
|||||||
<getcontentlength/>
|
<getcontentlength/>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
</prop>
|
</prop>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 405 Method Not Allowed
|
HTTP/1.1 405 Method Not Allowed
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 45
|
Content-Length: 45
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "b000d7defa19ccb7cd21e546b54155ee"
|
ETag: "b000d7defa19ccb7cd21e546b54155ee"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "b000d7defa19ccb7cd21e546b54155ee"
|
ETag: "b000d7defa19ccb7cd21e546b54155ee"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "22158fc45876987b2b00749a3a1684d8"
|
ETag: "22158fc45876987b2b00749a3a1684d8"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "3f528a647491c5f1bd3e5ac60dc7d471"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 1051
|
ETag: "4cd4df7d08592927b92bcd697c2cdde7"
|
||||||
|
Content-Length: 1055
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -14,7 +15,7 @@ Content-Type: text/xml; charset="utf-8"
|
|||||||
<getcontentlength>1425</getcontentlength>
|
<getcontentlength>1425</getcontentlength>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "2c32a2f8aba853654eb17fe037a4db4d"
|
ETag: "2c32a2f8aba853654eb17fe037a4db4d"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "c195de52b2e0c2e02fb1da08051bde14"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 1051
|
ETag: "d880baf3102a9de9bcea4d5f71a6b500"
|
||||||
|
Content-Length: 1055
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -14,7 +15,7 @@ Content-Type: text/xml; charset="utf-8"
|
|||||||
<getcontentlength>1467</getcontentlength>
|
<getcontentlength>1467</getcontentlength>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Cache-Control: no-cache
|
Cache-Control: no-cache
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 403 Forbidden
|
HTTP/1.1 403 Forbidden
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 36
|
Content-Length: 36
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "75a75e1c7c4546074aab7645b5323738"
|
ETag: "75a75e1c7c4546074aab7645b5323738"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 400 Bad Request
|
HTTP/1.1 400 Bad Request
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 46
|
Content-Length: 46
|
||||||
Connection: close
|
Connection: close
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 412 Precondition Failed
|
HTTP/1.1 412 Precondition Failed
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 44
|
Content-Length: 44
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "81979ab45975368d619171a4c3e1e5e2"
|
ETag: "81979ab45975368d619171a4c3e1e5e2"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
|
||||||
DAV: 1, 2, access-control, calendar-access
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "7dd087918d1ab4ba7e7861307b57c6dd"
|
ETag: "7dd087918d1ab4ba7e7861307b57c6dd"
|
||||||
Content-Length: 341
|
Content-Length: 341
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Etag: "2c32a2f8aba853654eb17fe037a4db4d"
|
Etag: "2c32a2f8aba853654eb17fe037a4db4d"
|
||||||
Content-Length: 747
|
Content-Length: 747
|
||||||
Content-Type: text/calendar
|
Content-Type: text/calendar
|
||||||
|
|||||||
@ -2,6 +2,7 @@ HTTP/1.1 100 Continue
|
|||||||
|
|
||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "c3658901fd4689d4a1e1d6f08601ef4f"
|
ETag: "c3658901fd4689d4a1e1d6f08601ef4f"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "4b08329b0bd43cb3a95a0e4f8286c423"
|
ETag: "4b08329b0bd43cb3a95a0e4f8286c423"
|
||||||
Content-Length: 582
|
Content-Length: 582
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Etag: "c3658901fd4689d4a1e1d6f08601ef4f"
|
Etag: "c3658901fd4689d4a1e1d6f08601ef4f"
|
||||||
Content-Length: 1059
|
Content-Length: 1059
|
||||||
Content-Type: text/calendar
|
Content-Type: text/calendar
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "709206be6ed57942c30d98aa629efc6f"
|
ETag: "709206be6ed57942c30d98aa629efc6f"
|
||||||
Content-Length: 560
|
Content-Length: 560
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "5a05dff964308972a179d2e7f44bf751"
|
ETag: "5a05dff964308972a179d2e7f44bf751"
|
||||||
Content-Length: 596
|
Content-Length: 596
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
|
||||||
DAV: 1, 2, access-control, calendar-access
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "a57a6c930b230c67301c4295254a3521"
|
ETag: "a57a6c930b230c67301c4295254a3521"
|
||||||
Content-Length: 2420
|
Content-Length: 2420
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "46061ea7ac75102dbb315b82c666c24d"
|
ETag: "46061ea7ac75102dbb315b82c666c24d"
|
||||||
Content-Length: 1110
|
Content-Length: 1110
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "69c451806ff9146e8c1f3113e1aa01a3"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 343
|
ETag: "334c8abc0ac73261cdbf963fc7269d76"
|
||||||
|
Content-Length: 347
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "a1c6404d61190f9574e2bfd69383f144"
|
ETag: "a1c6404d61190f9574e2bfd69383f144"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "5ea083d59cfcd77e3baf11ef74297e6e"
|
ETag: "5ea083d59cfcd77e3baf11ef74297e6e"
|
||||||
Content-Length: 1358
|
Content-Length: 1358
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "07474790757c5e1b526ce4901889d6d3"
|
ETag: "07474790757c5e1b526ce4901889d6d3"
|
||||||
Content-Length: 68
|
Content-Length: 68
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "08a435c2abaf38f4a50a997343c098a7"
|
ETag: "08a435c2abaf38f4a50a997343c098a7"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "5def8ae2b20893a1c7f4dbaeb008f2f1"
|
ETag: "5def8ae2b20893a1c7f4dbaeb008f2f1"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "ac90acd649c25070b1a2a17fb31a105a"
|
ETag: "ac90acd649c25070b1a2a17fb31a105a"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,19 +1,20 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Location: /user1/home/
|
Content-Location: /user1/home/
|
||||||
ETag: "69c451806ff9146e8c1f3113e1aa01a3"
|
ETag: "334c8abc0ac73261cdbf963fc7269d76"
|
||||||
Content-Length: 343
|
Content-Length: 347
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Cache-Control: no-cache
|
Cache-Control: no-cache
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "509b0f0d8a3363379f9f5727f5dd74a0"
|
ETag: "509b0f0d8a3363379f9f5727f5dd74a0"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "cb3d9dc3e8c157f53eba3ea0e1e0f146"
|
ETag: "cb3d9dc3e8c157f53eba3ea0e1e0f146"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "00ad5eb1eb5507884710b0b66aa5d5c4"
|
ETag: "00ad5eb1eb5507884710b0b66aa5d5c4"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "a2990674708634a311bb98a59865ca50"
|
ETag: "a2990674708634a311bb98a59865ca50"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "8f48e613721a5ccb5e44c277f7a1a909"
|
ETag: "8f48e613721a5ccb5e44c277f7a1a909"
|
||||||
Content-Length: 1630
|
Content-Length: 1630
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "2d56ad662a3857cbba346a51e2287e22"
|
ETag: "2d56ad662a3857cbba346a51e2287e22"
|
||||||
Content-Length: 4276
|
Content-Length: 4276
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
|
||||||
DAV: 1, 2, access-control, calendar-access
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "1600fce3e77c55492cbdabff16d30d4f"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 437
|
ETag: "de5751155d5d8961c7fc9d38a690dd49"
|
||||||
|
Content-Length: 441
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "2c2763425add12e59c8c0b581747f249"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 552
|
ETag: "5c2a97317978ca314ada6490cbebcc81"
|
||||||
|
Content-Length: 556
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Cache-Control: no-cache
|
Cache-Control: no-cache
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
|
||||||
DAV: 1, 2, access-control, calendar-access
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "f81b76c70be67ab1e4f0e3c1eb7fd5f5"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 465
|
ETag: "2d33f4ae017a778547da61069d95e18f"
|
||||||
|
Content-Length: 469
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/.chandler/</href>
|
<href>/caldav.php/user1/home/.chandler/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>/user1/home/.chandler/</displayname>
|
<displayname>/user1/home/.chandler/</displayname>
|
||||||
<getetag>"a150b8e5ab38926a153b90c6546dc610"</getetag>
|
<getetag>"a150b8e5ab38926a153b90c6546dc610"</getetag>
|
||||||
|
|||||||
@ -1,18 +1,19 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
ETag: "a0d964965269357ef26c8c4ab7f7ad29"
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 3605
|
ETag: "f678e2f00e4582d963162b293e1e8ecb"
|
||||||
|
Content-Length: 3609
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "0d7a68984bf525342d22b8924a57e8e2"
|
ETag: "0d7a68984bf525342d22b8924a57e8e2"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "421abf7e4848d2fecbf64217ed205d4b"
|
ETag: "421abf7e4848d2fecbf64217ed205d4b"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
|
||||||
DAV: 1, 2, access-control, calendar-access
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -8,10 +8,18 @@
|
|||||||
<getcontentlength>9531</getcontentlength>
|
<getcontentlength>9531</getcontentlength>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
</propstat>
|
</propstat>
|
||||||
|
<propstat>
|
||||||
|
<prop>
|
||||||
|
<executable xmlns="http://apache.org/dav/props/"/>
|
||||||
|
<checked-in xmlns="dav:"/>
|
||||||
|
<checked-out xmlns="dav:"/>
|
||||||
|
</prop>
|
||||||
|
<status>HTTP/1.1 404 Not Found</status>
|
||||||
|
</propstat>
|
||||||
</response>
|
</response>
|
||||||
</multistatus>
|
</multistatus>
|
||||||
|
|||||||
@ -1,18 +1,39 @@
|
|||||||
|
HTTP/1.1 207 Multi-Status
|
||||||
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
ETag: "d48322f182f679c3bdcf47af918de025"
|
||||||
|
Content-Length: 1022
|
||||||
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<calendar-home-set xmlns="urn:ietf:params:xml:ns:caldav">http://mycaldav/caldav.php/user1/home/</calendar-home-set>
|
<C:calendar-home-set>
|
||||||
|
<href>http://mycaldav/caldav.php/user1/</href>
|
||||||
|
</C:calendar-home-set>
|
||||||
|
<C:schedule-inbox-url>
|
||||||
|
<href>http://mycaldav/caldav.php/user1/.inbox/</href>
|
||||||
|
</C:schedule-inbox-url>
|
||||||
|
<C:schedule-outbox-url>
|
||||||
|
<href>http://mycaldav/caldav.php/user1/.outbox/</href>
|
||||||
|
</C:schedule-outbox-url>
|
||||||
|
<C:calendar-user-address-set>
|
||||||
|
<href>http://mycaldav/caldav.php/user1/</href>
|
||||||
|
<href>mailto:user1@example.net</href>
|
||||||
|
</C:calendar-user-address-set>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<URN:IETF:PARAMS:XML:NS:CALDAV:CALENDAR-USER-ADDRESS-SET/>
|
|
||||||
<URN:IETF:PARAMS:XML:NS:CALDAV:SCHEDULE-INBOX-URL/>
|
|
||||||
<URN:IETF:PARAMS:XML:NS:CALDAV:SCHEDULE-OUTBOX-URL/>
|
|
||||||
<HTTP://CALENDARSERVER.ORG/NS/:DROPBOX-HOME-URL/>
|
|
||||||
<HTTP://CALENDARSERVER.ORG/NS/:NOTIFICATIONS-URL/>
|
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
</propstat>
|
</propstat>
|
||||||
|
<propstat>
|
||||||
|
<prop>
|
||||||
|
<dropbox-home-url xmlns="http://calendarserver.org/ns/"/>
|
||||||
|
<notifications-url xmlns="http://calendarserver.org/ns/"/>
|
||||||
|
</prop>
|
||||||
|
<status>HTTP/1.1 404 Not Found</status>
|
||||||
|
</propstat>
|
||||||
</response>
|
</response>
|
||||||
</multistatus>
|
</multistatus>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Lock-Token: <opaquelocktoken:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx>
|
Lock-Token: <opaquelocktoken:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx>
|
||||||
Content-Length: 473
|
Content-Length: 473
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 473
|
Content-Length: 473
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 198
|
Content-Length: 198
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 198
|
Content-Length: 198
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 201 Created
|
HTTP/1.1 201 Created
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "b000d7defa19ccb7cd21e546b54155ee"
|
ETag: "b000d7defa19ccb7cd21e546b54155ee"
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 198
|
Content-Length: 198
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 198
|
Content-Length: 198
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Lock-Token: <opaquelocktoken:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx>
|
Lock-Token: <opaquelocktoken:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx>
|
||||||
Content-Length: 473
|
Content-Length: 473
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 473
|
Content-Length: 473
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 183
|
Content-Length: 183
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 183
|
Content-Length: 183
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 204 No Content
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
@ -37,5 +37,14 @@
|
|||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
</propstat>
|
</propstat>
|
||||||
|
<propstat>
|
||||||
|
<prop>
|
||||||
|
<lockdiscovery xmlns="dav:"/>
|
||||||
|
<source xmlns="dav:"/>
|
||||||
|
<checked-in xmlns="dav:"/>
|
||||||
|
<checked-out xmlns="dav:"/>
|
||||||
|
</prop>
|
||||||
|
<status>HTTP/1.1 404 Not Found</status>
|
||||||
|
</propstat>
|
||||||
</response>
|
</response>
|
||||||
</multistatus>
|
</multistatus>
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "deadbeefcafefeeddeadbeefcafefeed"
|
ETag: "deadbeefcafefeeddeadbeefcafefeed"
|
||||||
Content-Length: 969
|
Content-Length: 1204
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -16,12 +17,10 @@ Content-Type: text/xml; charset="utf-8"
|
|||||||
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
<DAV::BOGUS-PROPERTY/>
|
|
||||||
<DAV::CONTENTBOGOSITY/>
|
|
||||||
<getcontentlanguage>en_NZ.UTF-8</getcontentlanguage>
|
<getcontentlanguage>en_NZ.UTF-8</getcontentlanguage>
|
||||||
<supportedlock>
|
<supportedlock>
|
||||||
<lockentry>
|
<lockentry>
|
||||||
@ -36,5 +35,16 @@ Content-Type: text/xml; charset="utf-8"
|
|||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
</propstat>
|
</propstat>
|
||||||
|
<propstat>
|
||||||
|
<prop>
|
||||||
|
<lockdiscovery xmlns="dav:"/>
|
||||||
|
<source xmlns="dav:"/>
|
||||||
|
<checked-in xmlns="dav:"/>
|
||||||
|
<checked-out xmlns="dav:"/>
|
||||||
|
<bogus-property xmlns="dav:"/>
|
||||||
|
<contentbogosity xmlns="dav:"/>
|
||||||
|
</prop>
|
||||||
|
<status>HTTP/1.1 404 Not Found</status>
|
||||||
|
</propstat>
|
||||||
</response>
|
</response>
|
||||||
</multistatus>
|
</multistatus>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
@ -28,6 +28,15 @@
|
|||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
</propstat>
|
</propstat>
|
||||||
|
<propstat>
|
||||||
|
<prop>
|
||||||
|
<lockdiscovery xmlns="dav:"/>
|
||||||
|
<source xmlns="dav:"/>
|
||||||
|
<checked-in xmlns="dav:"/>
|
||||||
|
<checked-out xmlns="dav:"/>
|
||||||
|
</prop>
|
||||||
|
<status>HTTP/1.1 404 Not Found</status>
|
||||||
|
</propstat>
|
||||||
</response>
|
</response>
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics</href>
|
<href>/caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.ics</href>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics</href>
|
<href>/caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
|
|||||||
@ -1,24 +1,24 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<supported-collation-set xmlns="urn:ietf:params:xml:ns:caldav">
|
<C:supported-collation-set>
|
||||||
<supported-collation>i;ascii-casemap</supported-collation>
|
<C:supported-collation>i;ascii-casemap</C:supported-collation>
|
||||||
<supported-collation>i;octet</supported-collation>
|
<C:supported-collation>i;octet</C:supported-collation>
|
||||||
</supported-collation-set>
|
</C:supported-collation-set>
|
||||||
<supported-calendar-component-set xmlns="urn:ietf:params:xml:ns:caldav">
|
<C:supported-calendar-component-set>
|
||||||
<comp name="VEVENT"/>
|
<C:comp name="VEVENT"/>
|
||||||
<comp name="VTODO"/>
|
<C:comp name="VTODO"/>
|
||||||
</supported-calendar-component-set>
|
</C:supported-calendar-component-set>
|
||||||
<getcontenttype>httpd/unix-directory</getcontenttype>
|
<getcontenttype>httpd/unix-directory</getcontenttype>
|
||||||
<getlastmodified>Dow, 01 Jan 2000 00:00:00 GMT</getlastmodified>
|
<getlastmodified>Dow, 01 Jan 2000 00:00:00 GMT</getlastmodified>
|
||||||
<getcontentlength>9531</getcontentlength>
|
<getcontentlength>9531</getcontentlength>
|
||||||
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
<creationdate>Dow, 01 Jan 2000 00:00:00 GMT</creationdate>
|
||||||
<resourcetype>
|
<resourcetype>
|
||||||
<collection/>
|
<collection/>
|
||||||
<calendar xmlns="urn:ietf:params:xml:ns:caldav"/>
|
<C:calendar/>
|
||||||
</resourcetype>
|
</resourcetype>
|
||||||
<displayname>home</displayname>
|
<displayname>home</displayname>
|
||||||
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
<getetag>"faf25336de0e470a54075c14cbcf5272"</getetag>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics</href>
|
<href>/caldav.php/user1/home/da81c0ee-7871-11db-c6d6-f6927c144649.ics</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 928
|
Content-Length: 928
|
||||||
Content-Type: text/calendar
|
Content-Type: text/calendar
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 5020
|
Content-Length: 5020
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 1957
|
Content-Length: 1957
|
||||||
Content-Type: text/calendar
|
Content-Type: text/calendar
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 239
|
Content-Length: 239
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 239
|
Content-Length: 239
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 464
|
Content-Length: 464
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<multistatus xmlns="DAV:">
|
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||||
<response>
|
<response>
|
||||||
<href>/caldav.php/user1/home/</href>
|
<href>/caldav.php/user1/home/</href>
|
||||||
<propstat>
|
<propstat>
|
||||||
<prop>
|
<prop>
|
||||||
<displayname>User One's Calendar</displayname>
|
<displayname>User One's Calendar</displayname>
|
||||||
<DAV::OWNER/>
|
|
||||||
<URN:MCMILLAN:BOGUS:XML:NS:RSCDS:ARBITRARY>A completely bogus property which should be saved.</URN:MCMILLAN:BOGUS:XML:NS:RSCDS:ARBITRARY>
|
<URN:MCMILLAN:BOGUS:XML:NS:RSCDS:ARBITRARY>A completely bogus property which should be saved.</URN:MCMILLAN:BOGUS:XML:NS:RSCDS:ARBITRARY>
|
||||||
</prop>
|
</prop>
|
||||||
<status>HTTP/1.1 200 OK</status>
|
<status>HTTP/1.1 200 OK</status>
|
||||||
</propstat>
|
</propstat>
|
||||||
|
<propstat>
|
||||||
|
<prop>
|
||||||
|
<owner xmlns="dav:"/>
|
||||||
|
</prop>
|
||||||
|
<status>HTTP/1.1 404 Not Found</status>
|
||||||
|
</propstat>
|
||||||
</response>
|
</response>
|
||||||
</multistatus>
|
</multistatus>
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "3140e532d35ae4918005eb9bf5fcc26b"
|
ETag: "3140e532d35ae4918005eb9bf5fcc26b"
|
||||||
Content-Length: 1456
|
Content-Length: 1456
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "8bb1ae7c599f81130860154adb77364b"
|
ETag: "8bb1ae7c599f81130860154adb77364b"
|
||||||
Content-Length: 5175
|
Content-Length: 5175
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "c345629a9689adce5411818c3c29aa43"
|
ETag: "c345629a9689adce5411818c3c29aa43"
|
||||||
Content-Length: 358
|
Content-Length: 358
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "8ee6bd9a1b7e15f40e6e24f149c6bf20"
|
ETag: "8ee6bd9a1b7e15f40e6e24f149c6bf20"
|
||||||
Content-Length: 3720
|
Content-Length: 3720
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "d8fe1f4720e6249cb2fb0711fbed9794"
|
ETag: "d8fe1f4720e6249cb2fb0711fbed9794"
|
||||||
Content-Length: 688
|
Content-Length: 688
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "f9a0b07b2c7b0347a9ae26a412baef6b"
|
ETag: "f9a0b07b2c7b0347a9ae26a412baef6b"
|
||||||
Content-Length: 743
|
Content-Length: 743
|
||||||
Content-Type: text/xml; charset="utf-8"
|
Content-Type: text/xml; charset="utf-8"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
HTTP/1.1 207 Multi-Status
|
HTTP/1.1 207 Multi-Status
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
ETag: "d19579c20ab7e6349b50af9e16ef5abd"
|
ETag: "d19579c20ab7e6349b50af9e16ef5abd"
|
||||||
Content-Length: 6643
|
Content-Length: 6643
|
||||||
Keep-Alive: timeout=15, max=100
|
Keep-Alive: timeout=15, max=100
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Content-Length: 5750
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Content-Length: 5784
|
||||||
Content-Type: text/calendar
|
Content-Type: text/calendar
|
||||||
|
|
||||||
BEGIN:VCALENDAR
|
BEGIN:VCALENDAR
|
||||||
PRODID:-//Catalyst.Net.NZ//NONSGML AWL Calendar//EN
|
PRODID:-//Catalyst.Net.NZ//NONSGML AWL Calendar//EN
|
||||||
VERSION:2.0
|
VERSION:2.0
|
||||||
|
X-WR-CALNAME:User One's Calendar
|
||||||
BEGIN:VTODO
|
BEGIN:VTODO
|
||||||
CREATED:20070805T201647Z
|
CREATED:20070805T201647Z
|
||||||
LAST-MODIFIED:20070805T201834Z
|
LAST-MODIFIED:20070805T201834Z
|
||||||
|
|||||||
@ -2,6 +2,7 @@ HTTP/1.1 100 Continue
|
|||||||
|
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
|
DAV: 1, 2, access-control, calendar-access
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,13 @@
|
|||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||||
Content-Length: 23628
|
DAV: 1, 2, access-control, calendar-access
|
||||||
|
Content-Length: 23650
|
||||||
Content-Type: text/calendar
|
Content-Type: text/calendar
|
||||||
|
|
||||||
BEGIN:VCALENDAR
|
BEGIN:VCALENDAR
|
||||||
PRODID:-//Catalyst.Net.NZ//NONSGML AWL Calendar//EN
|
PRODID:-//Catalyst.Net.NZ//NONSGML AWL Calendar//EN
|
||||||
VERSION:2.0
|
VERSION:2.0
|
||||||
|
X-WR-CALNAME:entire/
|
||||||
BEGIN:VEVENT
|
BEGIN:VEVENT
|
||||||
UID:20061119T201927Z-5105-1000-5103-8@ubu
|
UID:20061119T201927Z-5105-1000-5103-8@ubu
|
||||||
DTSTAMP:20061119T201927Z
|
DTSTAMP:20061119T201927Z
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user