mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
24 lines
493 B
Plaintext
24 lines
493 B
Plaintext
#
|
|
# Do a REPORT request
|
|
TYPE=REPORT
|
|
URL=http://regression.host/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
|