mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-05 11:50:15 +00:00
49 lines
1.3 KiB
XML
49 lines
1.3 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:manager1@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:20111024T110000Z
|
|
DTEND:20111025T110000Z
|
|
UID:01B40176-4934-46AE-9C0A-19ECC41200E6
|
|
ORGANIZER:mailto:manager1@example.net
|
|
ATTENDEE:mailto:manager1@example.net
|
|
END:VFREEBUSY
|
|
END:VCALENDAR
|
|
</C:calendar-data>
|
|
</C:response>
|
|
<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:20111024T110000Z
|
|
DTEND:20111025T110000Z
|
|
FREEBUSY:20111024T180000Z/20111025T040000Z
|
|
FREEBUSY:20111024T184500Z/20111024T193000Z
|
|
FREEBUSY:20111024T220000Z/20111025T030000Z
|
|
UID:01B40176-4934-46AE-9C0A-19ECC41200E6
|
|
ORGANIZER:mailto:manager1@example.net
|
|
ATTENDEE:mailto:user1@example.net
|
|
END:VFREEBUSY
|
|
END:VCALENDAR
|
|
</C:calendar-data>
|
|
</C:response>
|
|
</C:schedule-response>
|