mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
This should be fully reliable now and also cleans out all sync changes more than one week old. update-database is needed to pull the new function.
24 lines
530 B
Plaintext
24 lines
530 B
Plaintext
#
|
|
# Check for support of REPORT sync-collection with no sync-token
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEADER=User-agent: sync-collection changes REPORT
|
|
HEADER=Content-type: text/xml
|
|
HEAD
|
|
|
|
# Should be no changes - we just requested this, 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:,36</sync-token>
|
|
</sync-collection>
|
|
ENDDATA
|
|
|