name calendar
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user