(#1966) Test for incompatible overridding RECURRENCE-ID dt type
This commit is contained in:
20
radicale/tests/static/event_mixed_recurrence_id_dt_type.ics
Normal file
20
radicale/tests/static/event_mixed_recurrence_id_dt_type.ics
Normal file
@@ -0,0 +1,20 @@
|
||||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
|
||||
BEGIN:VEVENT
|
||||
DTSTART:20060102T120000Z
|
||||
DURATION:PT1H
|
||||
RRULE:FREQ=DAILY;COUNT=3
|
||||
SUMMARY:Recurring event
|
||||
UID:event_mixed_recurrence_id_dt_type
|
||||
END:VEVENT
|
||||
|
||||
BEGIN:VEVENT
|
||||
DTSTART:20060103T140000Z
|
||||
DURATION:PT1H
|
||||
RECURRENCE-ID;VALUE=DATE:20060103
|
||||
SUMMARY:Override with wrong type
|
||||
UID:event_mixed_recurrence_id_dt_type
|
||||
END:VEVENT
|
||||
|
||||
END:VCALENDAR
|
||||
Reference in New Issue
Block a user