mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
28 lines
461 B
Plaintext
28 lines
461 B
Plaintext
#
|
|
# PROPFIND on addressbook resource
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/user1/addressbook/
|
|
HEADER=User-Agent: DAViCalTester/public
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 0
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<propfind xmlns="DAV:" xmlns:x1="http://calendarserver.org/ns/">
|
|
<prop>
|
|
<x1:getctag/>
|
|
</prop>
|
|
</propfind>
|
|
ENDDATA
|
|
|
|
|
|
QUERY
|
|
SELECT dav_etag
|
|
FROM collection
|
|
WHERE dav_name = '/user1/addressbook/';
|
|
ENDQUERY
|
|
|