fix typo
This commit is contained in:
parent
17599ee296
commit
9dc43d2d32
@ -16,7 +16,7 @@ PRODID:-//rudernlinz.at//Trips//DE"#,
|
||||
res.push_str("\nBEGIN:VEVENT");
|
||||
res.push_str(&format!("\nUID:{}@rudernlinz.at", event.id));
|
||||
res.push_str(&format!(
|
||||
"\nDTSTART:TZID=Europe/Vienna:{}T{}00",
|
||||
"\nDTSTART;TZID=Europe/Vienna:{}T{}00",
|
||||
event.day.replace("-", ""),
|
||||
event.planned_starting_time.replace(":", "")
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user