mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-21 01:54:23 +00:00
New test for free-busy report.
This commit is contained in:
parent
40c69cd1ce
commit
f72d204f4e
18
testing/tests/regression-suite/830-Spec-FREEBUSY-1.test
Normal file
18
testing/tests/regression-suite/830-Spec-FREEBUSY-1.test
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# Request a REPORT which should report only freebusy
|
||||
#
|
||||
TYPE=REPORT
|
||||
URL=http://mycaldav/caldav.php/user1/home/
|
||||
HEADER=User-Agent: CALDAV compliance testing
|
||||
HEADER=Accept: text/calendar
|
||||
HEADER=Content-Type: text/xml
|
||||
HEADER=Depth: 1
|
||||
HEAD
|
||||
|
||||
BEGINDATA
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<C:free-busy-query xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||
<C:time-range start="20060104T140000Z"
|
||||
end="20060105T220000Z"/>
|
||||
</C:free-busy-query>
|
||||
ENDDATA
|
||||
Loading…
x
Reference in New Issue
Block a user