mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
26 lines
784 B
XML
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>
|