mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-03 16:31:12 +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.
20 lines
402 B
Plaintext
20 lines
402 B
Plaintext
#
|
|
# Check for support of REPORT sync-collection with sync-token
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEADER=User-agent: sync-collection changes REPORT
|
|
HEADER=Content-type: text/xml
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:sync-collection xmlns:D="DAV:">
|
|
<D:sync-token>data:,12</D:sync-token>
|
|
<D:prop>
|
|
<D:getetag/>
|
|
</D:prop>
|
|
</D:sync-collection>
|
|
ENDDATA
|
|
|