mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-02 16:20:34 +00:00
Previously if either start or end were missing then the current time was used. This would almost never be the expected behaviour.
21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
#
|
|
# Request a REPORT with no start end end set, should return an error.
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/291-test-fb-rr-changes/
|
|
HEADER=Accept: text/calendar
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 1
|
|
HEAD
|
|
|
|
AUTH=user4:user4
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<C:free-busy-query xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<C:time-range />
|
|
</C:free-busy-query>
|
|
ENDDATA
|
|
|
|
REPLACE=/^DTSTAMP:\d{8}T\d{6}Z\r?$/DTSTAMP:yyyymmddThhmmssZ/
|