davical/testing/tests/ischedule/3041-iSchedule-POST-freebusy.result
Rob Ostensen 90f597f46c ischedule: fake session info when writing into scheduling collections
update ischedule regression test results
2012-02-01 12:45:52 -08:00

26 lines
784 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<I:schedule-response xmlns:I="urn:ietf:params:xml:ns:ischedule">
<I:response>
<I:recipient>mailto:user1@example.net</I:recipient>
<I:request-status>2.0;Success</I:request-status>
<I:calendar-data>BEGIN:VCALENDAR
PRODID:-//davical.org//NONSGML AWL Calendar//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REPLY
BEGIN:VFREEBUSY
DTSTAMP:yyyymmddThhmmssZ
DTSTART:20111004T110000Z
DTEND:20111008T110000Z
FREEBUSY:20111005T140000Z/20111005T150000Z
FREEBUSY:20111005T184500Z/20111005T193000Z
FREEBUSY:20111007T100000Z/20111007T110000Z
UID:E9F98477-A9C2-43F9-8371-CBA0CBCB0300
ORGANIZER:mailto:manager1@example.net
ATTENDEE:mailto:user1@example.net
END:VFREEBUSY
END:VCALENDAR
</I:calendar-data>
</I:response>
</I:schedule-response>