mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Working further through the Chandler imitation scripting.
This commit is contained in:
parent
bf1fcb5d78
commit
639584ab82
@ -3,4 +3,5 @@
|
||||
TYPE=OPTIONS
|
||||
URL=http://mycaldav/caldav.php/user1/home/.chandler/
|
||||
|
||||
HEADER=Chandler/0.7alpha4 (Linux)
|
||||
HEAD
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
#
|
||||
# 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.
|
||||
# At this point Chandler does a PROPFIND on .../.chandler/ (it just did
|
||||
# an OPTIONS on that).
|
||||
# Still Depth: 0 at this point...
|
||||
#
|
||||
TYPE=PROPFIND
|
||||
URL=http://mycaldav/caldav.php/user1/home/
|
||||
HEADER=Depth: 1
|
||||
URL=http://mycaldav/caldav.php/user1/home/.chandler/
|
||||
HEADER=Depth: 0
|
||||
HEADER=Content-Type: text/xml; charset=utf-8
|
||||
HEAD
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user