mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-23 14:50:14 +00:00
This allows us to have more complex test files where an action is taken, then we test something, then another action is taken, etc. Changes to test files are required so that URL is defined after all the required settings are set. Changes to the result files are either whitespace changes due to above logic changes, or printing out a SQL Result header before each result. I figured it was useful.
29 lines
720 B
Plaintext
29 lines
720 B
Plaintext
|
|
# Fetch an event that stradles a daylight savings (DST) change.
|
|
#
|
|
TYPE=REPORT
|
|
HEADER=Content-Type: text/calendar
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<C:calendar-query xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<D:prop>
|
|
<C:calendar-data>
|
|
<C:expand start="20220312T080000Z" end="20220313T080000Z"/>
|
|
</C:calendar-data>
|
|
</D:prop>
|
|
<C:filter>
|
|
<C:comp-filter name="VCALENDAR">
|
|
<C:comp-filter name="VEVENT">
|
|
<C:time-range start="20220312T080000Z" end="20220313T080000Z"/>
|
|
</C:comp-filter>
|
|
</C:comp-filter>
|
|
</C:filter>
|
|
</C:calendar-query>
|
|
ENDDATA
|
|
|
|
URL=http://regression.host/caldav.php/user1/home/
|