mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
feat: Add show_deleted to get_calendar
This commit is contained in:
@@ -27,7 +27,7 @@ pub async fn route_calendar<C: CalendarStore>(
|
||||
return Ok(StatusCode::UNAUTHORIZED.into_response());
|
||||
}
|
||||
Ok(CalendarPage {
|
||||
calendar: store.get_calendar(&owner, &cal_id).await?,
|
||||
calendar: store.get_calendar(&owner, &cal_id, true).await?,
|
||||
}
|
||||
.into_response())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user