route_mkcalendar

Function route_mkcalendar 

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