mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
This allows us to have more complex test files where an action is taken, then we test something, then another action is taken, etc. Changes to test files are required so that URL is defined after all the required settings are set. Changes to the result files are either whitespace changes due to above logic changes, or printing out a SQL Result header before each result. I figured it was useful.
28 lines
556 B
Plaintext
28 lines
556 B
Plaintext
#
|
|
# Create some events for us to see in the Free/Busy iSchedule report.
|
|
#
|
|
TYPE=PUT
|
|
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
|
|
|
|
URL=http://regression.host/caldav.php/user1/home/dummyevent.ics
|