delete_calendar_event
Remove a calendar event by providing calendar and event IDs. Optionally notify attendees and dissolve linked meeting chat.
Instructions
[Official API + UAT, v1.3.7] Delete a calendar event. Requires calendar:calendar.event:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | Calendar ID | |
| event_id | Yes | Event ID | |
| need_notification | No | Whether to notify attendees of the deletion (default true) | |
| meeting_chat_id | No | Optional. If the event has a linked meeting chat, pass its chat_id to also dissolve it. |