mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
25 lines
553 B
Plaintext
25 lines
553 B
Plaintext
#
|
|
# Do a REPORT request (test operation in subdirectory of unrelated site)
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://alternate.host/davical/caldav.php/user1/home/
|
|
HEAD
|
|
HEADER=Depth: 1
|
|
HEADER=User-Agent: Evolution/1.8.1
|
|
HEADER=Content-Type: text/xml
|
|
|
|
BEGINDATA
|
|
<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:D="DAV:">
|
|
<D:prop>
|
|
<D:getetag/>
|
|
</D:prop>
|
|
<C:filter>
|
|
<C:comp-filter name="VCALENDAR">
|
|
<C:comp-filter name="VEVENT">
|
|
<C:is-defined/>
|
|
</C:comp-filter>
|
|
</C:comp-filter>
|
|
</C:filter>
|
|
</C:calendar-query>
|
|
ENDDATA
|