davical/testing/tests/regression-suite/0880-Freebusy-POST.result
Florian Schlichting f44a996432 do not report VTODO in freebusy (fixes: #267)
RFC 4791 clearly states in 7.10:
    Only VEVENT components without a TRANSP property or with the TRANSP
    property set to OPAQUE, and VFREEBUSY components SHOULD be considered
    in generating the free busy time information.

Looking at fa67ef987e, this used to be VFREEBUSY until the refactoring, and
0886-REPORT-freebusy.test still had that.

Apparently we're not (yet) considering VAVAILABILITY (RFC 7953) here.
2022-10-04 08:47:53 +02:00

79 lines
2.6 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: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:20081021T110000Z
DTEND:20081106T110000Z
FREEBUSY:20081021T180000Z/20081022T040000Z
FREEBUSY:20081022T180000Z/20081023T040000Z
FREEBUSY:20081022T184500Z/20081022T193000Z
FREEBUSY:20081023T180000Z/20081024T040000Z
FREEBUSY:20081026T180000Z/20081027T040000Z
FREEBUSY:20081027T180000Z/20081028T040000Z
FREEBUSY:20081027T184500Z/20081027T193000Z
FREEBUSY:20081028T180000Z/20081029T040000Z
FREEBUSY:20081029T180000Z/20081030T040000Z
FREEBUSY:20081029T184500Z/20081029T193000Z
FREEBUSY:20081030T180000Z/20081031T040000Z
FREEBUSY:20081102T180000Z/20081103T040000Z
FREEBUSY:20081103T063000Z/20081103T083000Z
FREEBUSY:20081103T180000Z/20081104T040000Z
FREEBUSY:20081103T184500Z/20081103T193000Z
FREEBUSY:20081104T180000Z/20081105T040000Z
FREEBUSY:20081105T180000Z/20081106T040000Z
FREEBUSY:20081105T184500Z/20081105T193000Z
UID:1e680b0e-ee15-4d63-844f-3e48aa92791f
ORGANIZER:mailto:user1@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user1@example.net
END:VFREEBUSY
END:VCALENDAR
</C:calendar-data>
</C:response>
<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:20081021T110000Z
DTEND:20081106T110000Z
FREEBUSY:20081021T220000Z/20081021T223000Z
FREEBUSY:20081023T220000Z/20081023T223000Z
FREEBUSY:20081024T010000Z/20081024T020000Z
FREEBUSY:20081026T200000Z/20081026T210000Z
FREEBUSY:20081026T220000Z/20081026T223000Z
FREEBUSY:20081028T220000Z/20081028T223000Z
FREEBUSY:20081030T220000Z/20081030T223000Z
FREEBUSY:20081031T010000Z/20081031T020000Z
FREEBUSY:20081031T070000Z/20081101T070000Z
FREEBUSY:20081102T200000Z/20081102T210000Z
FREEBUSY:20081102T220000Z/20081102T223000Z
FREEBUSY:20081103T080000Z/20081104T080000Z
FREEBUSY:20081104T220000Z/20081104T223000Z
UID:1e680b0e-ee15-4d63-844f-3e48aa92791f
ORGANIZER:mailto:user1@example.net
ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;CUTYPE=INDIVIDUAL:
mailto:user2@example.net
END:VFREEBUSY
END:VCALENDAR
</C:calendar-data>
</C:response>
</C:schedule-response>