mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
HTTP/1.1 200 OK
|
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
|
DAV: 1, 2, access-control, calendar-access, calendar-schedule, extended-mkcol, calendar-proxy, bind, calendar-auto-schedule
|
|
ETag: "some valid etag"
|
|
Content-Length: 968
|
|
Content-Type: text/xml; charset="utf-8"
|
|
|
|
<?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:user3@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:20081020T110000Z
|
|
DTEND:20081105T110000Z
|
|
UID:c5bd82ea-cd89-4f58-8d31-336f47e44f97
|
|
ORGANIZER:mailto:user1@example.net
|
|
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
|
|
mailto:user3@example.net
|
|
FREEBUSY;FBTYPE=BUSY:20081024T184500Z/20081024T083000Z
|
|
FREEBUSY;FBTYPE=BUSY:20081028T054500Z/20081028T083000Z
|
|
FREEBUSY;FBTYPE=BUSY:20081031T054500Z/20081031T083000Z
|
|
FREEBUSY;FBTYPE=BUSY:20081104T054500Z/20081104T083000Z
|
|
END:VFREEBUSY
|
|
END:VCALENDAR
|
|
</C:calendar-data>
|
|
</C:response>
|
|
</C:schedule-response>
|