(#1966) Test for incompatible overridding RECURRENCE-ID dt type

This commit is contained in:
Georgiy
2026-02-05 19:58:32 +03:00
parent 296a90fc0c
commit 0493a88190
2 changed files with 60 additions and 0 deletions

View 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