mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
30 lines
707 B
Plaintext
30 lines
707 B
Plaintext
#
|
|
# Test REPORT access to a bound calendar using a ticket.
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user4/user2/
|
|
AUTH=user4:user4
|
|
|
|
HEADER=User-Agent: DAViCalTester/public
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<calendar-query xmlns:D="DAV:" xmlns="urn:ietf:params:xml:ns:caldav">
|
|
<D:prop>
|
|
<calendar-data>
|
|
<expand start="20081001T000000Z" end="20081101T000000Z"/>
|
|
</calendar-data>
|
|
</D:prop>
|
|
<filter>
|
|
<comp-filter name="VCALENDAR">
|
|
<comp-filter name="VEVENT">
|
|
<time-range start="20081001T000000Z" end="20081101T000000Z"/>
|
|
</comp-filter>
|
|
</comp-filter>
|
|
</filter>
|
|
</calendar-query>
|
|
ENDDATA
|
|
|