use proper date format
This commit is contained in:
parent
aa2d5bc7dd
commit
91512ecdfc
@ -17,7 +17,8 @@ PRODID:-//rudernlinz.at//Trips//DE"#,
|
|||||||
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:{}T{}Z",
|
"\nDTSTART:{}T{}Z",
|
||||||
event.day, event.planned_starting_time
|
event.day.replace("-", ""),
|
||||||
|
event.planned_starting_time
|
||||||
));
|
));
|
||||||
res.push_str(&format!("\nSUMMARY:{}", event.name));
|
res.push_str(&format!("\nSUMMARY:{}", event.name));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user