Merge branch 'master' of github.com:metallerok/Radicale into recurrence_all_day_comparsion

This commit is contained in:
Georgiy
2026-02-06 19:43:53 +03:00
4 changed files with 78 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