删除日程
DELETE {{base_url}}/calendar/v4/calendars/:calendar_id/events/:event_id
该接口用于以当前身份(应用 / 用户)删除日历上的一个日程。
身份由 Header Authorization 的 Token 类型决定。
参考接口文档:删除日程
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
need_notification | boolean | 删除日程是否给日程参与人发送bot通知,默认为true |