mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
16 lines
446 B
Plaintext
16 lines
446 B
Plaintext
#
|
|
# 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/.chandler/
|
|
HEADER=Depth: 0
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
<ns0:propfind xmlns:ns0="DAV:"><ns0:prop><ns0:getetag /><ns0:resourcetype /><ns0:displayname /></ns0:prop></ns0:propfind>
|
|
ENDDATA
|