Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / testing / tests / regression-suite / 0543-iCal5-REPORT.test
blob66a8413a5683216f0a8094a945930308844493ac
2 # Testing with a process similar to iCal5
3 #  - using an open-ended time query.
5 TYPE=REPORT
6 URL=http://regression.host/caldav.php/user1/home/
7 HEAD
9 HEADER=DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)
10 HEADER=Content-Type: text/xml
11 HEADER=Depth: 1
15 BEGINDATA
16 <?xml version="1.0" encoding="utf-8" ?>
17 <C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav">
18   <C:filter>
19     <C:comp-filter name="VCALENDAR">
20       <C:comp-filter name="VEVENT">
21         <C:time-range start="20080815T000000Z"/>
22       </C:comp-filter>
23     </C:comp-filter>
24   </C:filter>
25   <A:prop xmlns:A="DAV:">
26     <A:getetag/>
27     <A:getcontenttype/>
28   </A:prop>
29 </C:calendar-query>
30 ENDDATA