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