pub async fn route_get<C: CalendarStore, DP: DavPushStore>(
__arg0: Path<(String, String)>,
__arg1: State<CalendarResourceService<C, DP>>,
user: Principal,
method: Method,
) -> Result<Response, Error>pub async fn route_get<C: CalendarStore, DP: DavPushStore>(
__arg0: Path<(String, String)>,
__arg1: State<CalendarResourceService<C, DP>>,
user: Principal,
method: Method,
) -> Result<Response, Error>