mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
#
|
|
# Before creating a calendar in Mulberry, we should be able
|
|
# to do a PROPFIND and it should not be there.
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user1/home/
|
|
HEADER=Depth: 1
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<D:propfind xmlns:D="DAV:">
|
|
<D:prop>
|
|
<D:getcontentlength/>
|
|
<D:getcontenttype/>
|
|
<D:resourcetype/>
|
|
</D:prop>
|
|
</D:propfind>
|
|
ENDDATA
|