mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-27 15:31:32 +00:00
19 lines
673 B
Plaintext
19 lines
673 B
Plaintext
#
|
|
# Chandler expects the calendar to be there. After confirming
|
|
# that it wants to find out what privileges are available.
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEADER=Depth: 0
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEADER=Chandler/0.7alpha4 (Linux)
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
<ns0:propfind xmlns:ns0="DAV:"><ns0:prop><ns0:current-user-privilege-set /><ns0:getetag /><ns0:resourcetype /><ns0:displayname /></ns0:prop></ns0:propfind>
|
|
ENDDATA
|
|
|
|
# REPLACE=/<get.tag>"[0-9a-f]{32}"<.get.tag>/<get?tag>"deadbeefcafef00ddeadbeefcafefeed"<.get?tag>/
|
|
# REPLACE=/^ETag: "[0-9a-f]{32}"/ETag: "deadbeefcafef00ddeadbeefcafefeed"/
|