Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0548-iCal-PROPFIND.test
blob712e5e1d226ba23863b28a84f247e5dfea02d8eb
2 # Testing with a process similar to iCal on Lion
4 TYPE=PROPFIND
5 URL=http://regression.host/caldav.php/user1/
6 HEAD
8 HEADER=User-Agent: CalendarStore/5.0.2 (1166); iCal/5.0.2 (1571); Mac OS X/10.7.3 (11D50b)
9 HEADER=Accept: */*
10 HEADER=Accept-Language: en-us
11 HEADER=Accept-Encoding: gzip, deflate
12 HEADER=Content-Type: text/xml
13 HEADER=Depth: 1
15 BEGINDATA
16 <?xml version="1.0" encoding="UTF-8"?>
17 <A:propfind xmlns:A="DAV:">
18   <A:prop>
19     <A:add-member/>
20     <B:allowed-sharing-modes xmlns:B="http://calendarserver.org/ns/"/>
21     <D:bulk-requests xmlns:D="http://me.com/_namespace/"/>
22     <E:calendar-color xmlns:E="http://apple.com/ns/ical/"/>
23     <C:calendar-description xmlns:C="urn:ietf:params:xml:ns:caldav"/>
24     <C:calendar-free-busy-set xmlns:C="urn:ietf:params:xml:ns:caldav"/>
25     <E:calendar-order xmlns:E="http://apple.com/ns/ical/"/>
26     <C:calendar-timezone xmlns:C="urn:ietf:params:xml:ns:caldav"/>
27     <A:current-user-privilege-set/>
28     <A:displayname/>
29     <B:getctag xmlns:B="http://calendarserver.org/ns/"/>
30     <F:max-image-size xmlns:F="urn:ietf:params:xml:ns:carddav"/>
31     <F:max-resource-size xmlns:F="urn:ietf:params:xml:ns:carddav"/>
32     <B:me-card xmlns:B="http://calendarserver.org/ns/"/>
33     <A:owner/>
34     <B:publish-url xmlns:B="http://calendarserver.org/ns/"/>
35     <B:push-transports xmlns:B="http://calendarserver.org/ns/"/>
36     <B:pushkey xmlns:B="http://calendarserver.org/ns/"/>
37     <A:quota-available-bytes/>
38     <A:quota-used-bytes/>
39     <E:refreshrate xmlns:E="http://apple.com/ns/ical/"/>
40     <A:resource-id/>
41     <A:resourcetype/>
42     <C:schedule-calendar-transp xmlns:C="urn:ietf:params:xml:ns:caldav"/>
43     <C:schedule-default-calendar-URL xmlns:C="urn:ietf:params:xml:ns:caldav"/>
44     <B:source xmlns:B="http://calendarserver.org/ns/"/>
45     <B:subscribed-strip-alarms xmlns:B="http://calendarserver.org/ns/"/>
46     <B:subscribed-strip-attachments xmlns:B="http://calendarserver.org/ns/"/>
47     <B:subscribed-strip-todos xmlns:B="http://calendarserver.org/ns/"/>
48     <C:supported-calendar-component-set xmlns:C="urn:ietf:params:xml:ns:caldav"/>
49     <A:supported-report-set/>
50     <A:sync-token/>
51     <B:xmpp-server xmlns:B="http://calendarserver.org/ns/"/>
52     <B:xmpp-uri xmlns:B="http://calendarserver.org/ns/"/>
53   </A:prop>
54 </A:propfind>
55 ENDDATA