mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-02 06:14:17 +00:00
20 lines
390 B
Plaintext
20 lines
390 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 initial REPORT
|
|
HEADER=Content-type: text/xml
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:sync-collection xmlns:D="DAV:">
|
|
<D:sync-token/>
|
|
<D:prop>
|
|
<D:getetag/>
|
|
</D:prop>
|
|
</D:sync-collection>
|
|
ENDDATA
|
|
|