Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0555-iPhone-REPORT.test
blob2c358465ae166c39ab506d39cff6512ee9808c22
2 # Testing with a process similar to iPhone 3.1
4 TYPE=REPORT
5 URL=http://regression.host/caldav.php/user1/home/
6 HEAD
8 AUTH=user1:user1
10 HEADER=User-Agent: DAVKit/4.0 (728.4); iCalendar/1 (42.1); iPhone/3.1 7C144
11 HEADER=Content-Type: text/xml
12 HEADER=Depth: 1
15 # This query from the iPhone seems to discover several things.  Firstly they
16 # get the calendar-home-set URL for this path.  Secondly, they ascertain
17 # whether the calendar supports scheduling, and finally, whether it
18 # handles some Apple-specific extensions.
20 BEGINDATA
21 <?xml version="1.0" encoding="utf-8" ?>
22 <x0:calendar-query xmlns:x0="urn:ietf:params:xml:ns:caldav" xmlns:x1="DAV:"><x1:prop><x1:getetag/><x1:resourcetype/></x1:prop><x0:filter><x0:comp-filter name="VCALENDAR"><x0:comp-filter name="VEVENT"><x0:time-range start="20090827T120000Z"/></x0:comp-filter></x0:comp-filter></x0:filter></x0:calendar-query>
23 ENDDATA