mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-18 01:31:21 +00:00
28 lines
851 B
XML
28 lines
851 B
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: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:20081022T054500Z
|
|
DTEND:20081024T083000Z
|
|
UID:89E43E7F-911D-4052-9FE3-4782268649E0
|
|
ORGANIZER:mailto:user1@example.net
|
|
X-WR-ATTENDEE:mailto:user2@example.net
|
|
FREEBUSY;FBTYPE=BUSY:20081022T090000Z/20081022T093000Z
|
|
FREEBUSY;FBTYPE=BUSY:20081023T090000Z/20081023T093000Z
|
|
FREEBUSY;FBTYPE=BUSY:20081024T010000Z/20081023T130000Z
|
|
END:VFREEBUSY
|
|
END:VCALENDAR
|
|
</C:calendar-data>
|
|
</C:response>
|
|
</C:schedule-response>
|