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