A couple of common iCal4/iCal5 PROPFIND requests.
[davical.git] / testing / tests / regression-suite / 1100-REPORT-sync-changed.test
blob8d157fbc1e1e356a5d80b21c47f964f38f60d74b
2 # Check for support of REPORT sync-collection with no sync-token
4 TYPE=REPORT
5 URL=http://mycaldav/caldav.php/user1/home/
6 HEADER=User-agent: sync-collection changes REPORT
7 HEADER=Content-type: text/xml
8 HEAD
10 # <calendar-data xmlns="urn:ietf:params:xml:ns:caldav"/>
11 BEGINDATA
12 <?xml version="1.0" encoding="utf-8" ?>
13 <sync-collection xmlns="DAV:">
14   <prop>
15     <getetag/>
16     <getlastmodified/>
17   </prop>
18   <sync-token>data:,3</sync-token>
19 </sync-collection>
20 ENDDATA