Resolve rrule issue

This commit is contained in:
Lennart
2025-06-09 23:23:41 +02:00
parent 5ee789bec1
commit b5f23b0f9b

View File

@@ -136,7 +136,7 @@ impl EventObject {
.clone(); .clone();
ev.remove_property("DTSTART"); ev.remove_property("DTSTART");
ev.remove_property("DTEND"); ev.remove_property("DTEND");
// TODO: Recurrence does not seem to properly include the start
ev.set_property(Property { ev.set_property(Property {
name: "RECURRENCE-ID".to_string(), name: "RECURRENCE-ID".to_string(),
value: Some(date.format()), value: Some(date.format()),