Update ical-rs version to fix bug with unicode characters in params

addresses #157
This commit is contained in:
Lennart
2025-12-17 17:33:46 +01:00
parent ecad0d4490
commit fb0bd67176
4 changed files with 42 additions and 33 deletions

View File

@@ -152,7 +152,7 @@ impl EventObject {
ev.set_property(Property {
name: "RECURRENCE-ID".to_string(),
value: Some(dateformat.clone()),
params: None,
params: vec![],
});
ev.set_property(Property {
name: "DTSTART".to_string(),