davical/testing/tests/ischedule/0001-TestEvents-PUT.test
Andrew Ruthven d67c43790a Fix Free/Busy tests for iSchedule
We need to have some events in the time period being checked.

Note in the tests what they're trying to check.
2024-04-01 18:53:12 +13:00

27 lines
561 B
Plaintext

#
# Create some events for us to see in the Free/Busy iSchedule report.
#
TYPE=PUT
URL=http://regression.host/caldav.php/user1/home/takeoutthethrash.ics
HEADER=User-Agent: DAViCal/1.12
HEADER=Accept: text/xml,application/xml
HEADER=Content-Type: text/calendar; charset=utf-8
HEAD
BEGINDATA
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Example Corp.//CalDAV Client//EN
BEGIN:VEVENT
UID:recurring-event
DTSTAMP:20111005T100000Z
DTSTART:20111005T140000Z
DURATION:PT60M
SUMMARY:Dummy event that occurs 3 times.
RRULE:FREQ=DAILY;COUNT=3
END:VEVENT
END:VCALENDAR
ENDDATA