pub async fn route_import<C: CalendarStore, DP: DavPushStore>(
__arg0: Path<(String, String)>,
user: Principal,
__arg2: State<CalendarResourceService<C, DP>>,
overwrite: Option<TypedHeader<Overwrite>>,
body: String,
) -> Result<Response, Error>