diff --git a/crates/ical/src/icalendar/event.rs b/crates/ical/src/icalendar/event.rs index a50dc99..a44ead3 100644 --- a/crates/ical/src/icalendar/event.rs +++ b/crates/ical/src/icalendar/event.rs @@ -136,7 +136,7 @@ impl EventObject { .clone(); ev.remove_property("DTSTART"); ev.remove_property("DTEND"); - // TODO: Recurrence does not seem to properly include the start + ev.set_property(Property { name: "RECURRENCE-ID".to_string(), value: Some(date.format()),