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