mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
Resolve rrule issue
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user