forked from Ruderverein-Donau-Linz/rowt
name calendar
This commit is contained in:
parent
05b65b2f67
commit
d688faf579
@ -210,7 +210,8 @@ FROM user_trip WHERE trip_details_id = (SELECT trip_details_id FROM planned_even
|
|||||||
let mut res = String::from(
|
let mut res = String::from(
|
||||||
r#"BEGIN:VCALENDAR
|
r#"BEGIN:VCALENDAR
|
||||||
VERSION:2.0
|
VERSION:2.0
|
||||||
PRODID:-//rudernlinz.at//Trips//DE"#,
|
PRODID:-//rudernlinz.at//Trips//DE
|
||||||
|
X-WR-CALNAME:Ruderausfahrten"#,
|
||||||
);
|
);
|
||||||
|
|
||||||
let events = PlannedEvent::all(db).await;
|
let events = PlannedEvent::all(db).await;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user