put_event

Function put_event 

Source
pub async fn put_event<C: CalendarStore>(
    __arg0: Path<CalendarObjectPathComponents>,
    __arg1: State<CalendarObjectResourceService<C>>,
    user: Principal,
    if_none_match: Option<TypedHeader<IfNoneMatch>>,
    header_map: HeaderMap,
    body: String,
) -> Result<Response, Error>