mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
14 lines
476 B
Plaintext
14 lines
476 B
Plaintext
#
|
|
# When we get Chandler to do a "Sync All" it will do an OPTIONS request
|
|
# followed by three PROPFIND requests. The first PROPFIND request will
|
|
# be for "Depth: 0", but is otherwise identical to the other two.
|
|
# We've already tested the first, so now we'll do the second.
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEADER=Depth: 1
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEAD
|
|
|
|
# The data from our first Chandler-like PROPFIND
|
|
DATA=303-Chandler-PROPFIND-1
|