davical/testing/tests/regression-suite/0880-Freebusy-POST.result
Jamie McClymont e449529f34 Fix tests after freebusy query changes
The todo item added in 0514-iCal-PUT-VTODO.test was apparently not picked up by
the PL/pgSQL functions, which as far as I can tell is an error, since the event
is in the 2006-2007 range covered by the query. The new
first_instance_start/last_instance_end method for determining freebusy
information now allows the todo to appear in freebusy.
2019-01-03 17:48:43 +13:00

80 lines
2.7 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:20031231T230000Z/20100217T000000Z
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>