A couple of common iCal4/iCal5 PROPFIND requests.
[davical.git] / testing / tests / regression-suite / 0520-iCal-PROPFIND.result
blob06eff974b7d30c32fdba6edf21f2d4c2058e736c
1 HTTP/1.1 207 Multi-Status\r
2 Date: Dow, 01 Jan 2000 00:00:00 GMT\r
3 DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule\r
4 DAV: extended-mkcol, bind, addressbook, calendar-auto-schedule, calendar-proxy\r
5 ETag: "9b4a5104ccdf29c1ff158b1463f41d5c"\r
6 Content-Length: 1354\r
7 Content-Type: text/xml; charset="utf-8"\r
8 \r
9 <?xml version="1.0" encoding="utf-8" ?>
10 <multistatus xmlns="DAV:" xmlns:C="http://calendarserver.org/ns/" xmlns:C1="urn:ietf:params:xml:ns:caldav" xmlns:A="http://apple.com/ns/ical/">
11  <response>
12   <href>/caldav.php/user2/.in/</href>
13   <propstat>
14    <prop>
15     <C:getctag>"0389feae460444b4b5db3b16c94b1e43"</C:getctag>
16     <displayname>User 2 Inbox</displayname>
17     <resourcetype>
18      <collection/>
19      <C1:schedule-inbox/>
20     </resourcetype>
21     <C1:calendar-free-busy-set>
22      <href>/caldav.php/user2/home/</href>
23     </C1:calendar-free-busy-set>
24    </prop>
25    <status>HTTP/1.1 200 OK</status>
26   </propstat>
27   <propstat>
28    <prop>
29     <C1:calendar-description/>
30     <A:calendar-color/>
31     <A:calendar-order/>
32    </prop>
33    <status>HTTP/1.1 404 Not Found</status>
34   </propstat>
35  </response>
36  <response>
37   <href>/caldav.php/user2/.in/15f40cce00b378332164188cf779f0d6.ics</href>
38   <propstat>
39    <prop>
40     <displayname>test meeting</displayname>
41     <resourcetype/>
42     <C1:calendar-free-busy-set>
43      <href>/caldav.php/user2/home/</href>
44     </C1:calendar-free-busy-set>
45    </prop>
46    <status>HTTP/1.1 200 OK</status>
47   </propstat>
48   <propstat>
49    <prop>
50     <C:getctag/>
51     <C1:calendar-description/>
52     <A:calendar-color/>
53     <A:calendar-order/>
54    </prop>
55    <status>HTTP/1.1 404 Not Found</status>
56   </propstat>
57  </response>
58 </multistatus>