mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-25 15:10:13 +00:00
24 lines
546 B
Plaintext
24 lines
546 B
Plaintext
#
|
|
# Check for support of REPORT sync-collection with no sync-token
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEADER=User-agent: sync-collection changes REPORT
|
|
HEADER=Content-type: text/xml
|
|
HEAD
|
|
|
|
# Should be everything changes - this tag does not exist, after all.
|
|
|
|
# <calendar-data xmlns="urn:ietf:params:xml:ns:caldav"/>
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<sync-collection xmlns="DAV:">
|
|
<prop>
|
|
<getetag/>
|
|
<getlastmodified/>
|
|
</prop>
|
|
<sync-token>data:,59</sync-token>
|
|
</sync-collection>
|
|
ENDDATA
|
|
|