This commit is contained in:
philipp 2023-05-24 15:23:19 +02:00
parent 17599ee296
commit 9dc43d2d32

View File

@ -16,7 +16,7 @@ PRODID:-//rudernlinz.at//Trips//DE"#,
res.push_str("\nBEGIN:VEVENT"); res.push_str("\nBEGIN:VEVENT");
res.push_str(&format!("\nUID:{}@rudernlinz.at", event.id)); res.push_str(&format!("\nUID:{}@rudernlinz.at", event.id));
res.push_str(&format!( res.push_str(&format!(
"\nDTSTART:TZID=Europe/Vienna:{}T{}00", "\nDTSTART;TZID=Europe/Vienna:{}T{}00",
event.day.replace("-", ""), event.day.replace("-", ""),
event.planned_starting_time.replace(":", "") event.planned_starting_time.replace(":", "")
)); ));