caldav: fix match test example from RFC

See https://www.rfc-editor.org/errata/eid4164

The original RFC's appendix was missing a part of the calendar data used
in the examples. This will become relevant when adding tests for
retrieving recurring events.
This commit is contained in:
Conrad Hoffmann 2022-08-30 21:05:01 +02:00 committed by Simon Ser
parent 4a3cd0510f
commit 4264d321a5

View File

@ -100,6 +100,14 @@ RECURRENCE-ID;TZID=US/Eastern:20060104T120000
SUMMARY:Event #2 bis SUMMARY:Event #2 bis
UID:00959BC664CA650E933C892C@example.com UID:00959BC664CA650E933C892C@example.com
END:VEVENT END:VEVENT
BEGIN:VEVENT
DTSTAMP:20060206T001121Z
DTSTART;TZID=US/Eastern:20060106T140000
DURATION:PT1H
RECURRENCE-ID;TZID=US/Eastern:20060106T120000
SUMMARY:Event #2 bis bis
UID:00959BC664CA650E933C892C@example.com
END:VEVENT
END:VCALENDAR`) END:VCALENDAR`)
event3 := newCO(`BEGIN:VCALENDAR event3 := newCO(`BEGIN:VCALENDAR