davical/testing/tests/regression-suite/0880-Freebusy-POST.result
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

80 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<C:schedule-response xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<C:response>
<C:recipient>
<href>mailto:user1@example.net</href>
</C:recipient>
<C:request-status>2.0;Success</C:request-status>
<C:calendar-data>BEGIN:VCALENDAR
PRODID:-//davical.org//NONSGML AWL Calendar//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REPLY
BEGIN:VFREEBUSY
DTSTAMP:yyyymmddThhmmssZ
DTSTART:20081021T110000Z
DTEND:20081106T110000Z
FREEBUSY:20081021T180000Z/20081022T040000Z
FREEBUSY:20081022T180000Z/20081023T040000Z
FREEBUSY:20081022T184500Z/20081022T193000Z
FREEBUSY:20081023T180000Z/20081024T040000Z
FREEBUSY:20081026T180000Z/20081027T040000Z
FREEBUSY:20081027T180000Z/20081028T040000Z
FREEBUSY:20081027T184500Z/20081027T193000Z
FREEBUSY:20081028T180000Z/20081029T040000Z
FREEBUSY:20081029T180000Z/20081030T040000Z
FREEBUSY:20081029T184500Z/20081029T193000Z
FREEBUSY:20081030T180000Z/20081031T040000Z
FREEBUSY:20081102T180000Z/20081103T040000Z
FREEBUSY:20081103T063000Z/20081103T083000Z
FREEBUSY:20081103T180000Z/20081104T040000Z
FREEBUSY:20081103T184500Z/20081103T193000Z
FREEBUSY:20081104T180000Z/20081105T040000Z
FREEBUSY:20081105T180000Z/20081106T040000Z
FREEBUSY:20081105T184500Z/20081105T193000Z
UID:1e680b0e-ee15-4d63-844f-3e48aa92791f
ORGANIZER:mailto:user1@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user1@example.net
END:VFREEBUSY
END:VCALENDAR
</C:calendar-data>
</C:response>
<C:response>
<C:recipient>
<href>mailto:user2@example.net</href>
</C:recipient>
<C:request-status>2.0;Success</C:request-status>
<C:calendar-data>BEGIN:VCALENDAR
PRODID:-//davical.org//NONSGML AWL Calendar//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REPLY
BEGIN:VFREEBUSY
DTSTAMP:yyyymmddThhmmssZ
DTSTART:20081021T110000Z
DTEND:20081106T110000Z
FREEBUSY:20081021T220000Z/20081021T223000Z
FREEBUSY:20081023T220000Z/20081023T223000Z
FREEBUSY:20081024T010000Z/20081024T020000Z
FREEBUSY:20081026T200000Z/20081026T210000Z
FREEBUSY:20081026T220000Z/20081026T223000Z
FREEBUSY:20081028T220000Z/20081028T223000Z
FREEBUSY:20081030T220000Z/20081030T223000Z
FREEBUSY:20081031T010000Z/20081031T020000Z
FREEBUSY:20081031T070000Z/20081101T070000Z
FREEBUSY:20081102T200000Z/20081102T210000Z
FREEBUSY:20081102T220000Z/20081102T223000Z
FREEBUSY:20081103T080000Z/20081104T080000Z
FREEBUSY:20081104T220000Z/20081104T223000Z
UID:1e680b0e-ee15-4d63-844f-3e48aa92791f
ORGANIZER:mailto:user1@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user2@example.net
END:VFREEBUSY
END:VCALENDAR
</C:calendar-data>
</C:response>
</C:schedule-response>