pub async fn route_post<C: CalendarStore, S: SubscriptionStore>(
__arg0: Path<(String, String)>,
user: Principal,
__arg2: State<CalendarResourceService<C, S>>,
body: String,
) -> Result<Response, Error>pub async fn route_post<C: CalendarStore, S: SubscriptionStore>(
__arg0: Path<(String, String)>,
user: Principal,
__arg2: State<CalendarResourceService<C, S>>,
body: String,
) -> Result<Response, Error>