mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-06 06:53:35 +00:00
27 lines
528 B
Plaintext
27 lines
528 B
Plaintext
#
|
|
# PROPFIND looking for supported-methods supported-reports etc
|
|
#
|
|
# Bogus collection name
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/user1/boguscollection/
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEADER=Depth: 0
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<propfind xmlns="DAV:" xmlns:caldav="urn:ietf:params:xml:ns:caldav">
|
|
<prop>
|
|
<displayname/>
|
|
<resourcetype/>
|
|
<supported-method-set/>
|
|
<supported-report-set/>
|
|
<caldav:supported-calendar-component-set/>
|
|
</prop>
|
|
</propfind>
|
|
ENDDATA
|
|
|
|
|