mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
- Update the SCHEDULE-STATUS parameter correctly when writing the event to the organiser. - Don't include ETag in PUT response when scheduling actions occur. - Write scheduling resources to attendee calendars even when this is an event modification.
48 lines
1.3 KiB
XML
48 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: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>
|