mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
#
|
|
# We should see an updated sync token here.
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://mycaldav/caldav.php/user1/addressbook/
|
|
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>5</D:sync-token>
|
|
<D:prop>
|
|
<D:getetag/>
|
|
</D:prop>
|
|
</D:sync-collection>
|
|
ENDDATA
|
|
|