davical/testing/tests/ischedule/0001-TestEvents-PUT.test
Andrew Ruthven 7c47658bee Make the curl and SQL requests when we see them
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.
2024-04-01 22:57:10 +13:00

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