mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-19 20:19:33 +00:00
Update ical-rs version to fix bug with unicode characters in params
addresses #157
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user