mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
We need to have some events in the time period being checked. Note in the tests what they're trying to check.
27 lines
561 B
Plaintext
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
|