mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-04 16:40:18 +00:00
However, the result is what it should be? Interesting. https://gitlab.com/davical-project/davical/-/merge_requests/86
28 lines
719 B
Plaintext
28 lines
719 B
Plaintext
|
|
# Fetch an event that stradles a daylight savings (DST) change.
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
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
|