mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 11:48:18 +00:00
Calendar export: Fix PRODID
This commit is contained in:
@@ -69,7 +69,7 @@ pub async fn route_get<C: CalendarStore, S: SubscriptionStore>(
|
||||
});
|
||||
}
|
||||
|
||||
let export_calendar = IcalCalendar::from_objects(objects, props);
|
||||
let export_calendar = IcalCalendar::from_objects("RustiCal Export".to_owned(), objects, props);
|
||||
|
||||
let mut resp = Response::builder().status(StatusCode::OK);
|
||||
let hdrs = resp.headers_mut().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user