mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-21 14:30:49 +00:00
21 lines
408 B
Plaintext
21 lines
408 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/
|
|
HEADER=Depth: 1
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:propfind xmlns:D="DAV:">
|
|
<D:prop>
|
|
<D:getcontentlength/>
|
|
<D:getcontenttype/>
|
|
<D:resourcetype/>
|
|
</D:prop>
|
|
</D:propfind>
|
|
ENDDATA
|