gcal_delete_event
Permanently delete a specific Google Calendar event by event ID. Verify the event with get events first, as this action cannot be undone.
Instructions
Permanently delete a Google Calendar event.
This action cannot be undone. Confirm the event ID with gcal_get_events before deleting.
Args: params.event_id: ID of the event to delete. params.calendar_id: Calendar containing the event.
Returns: str: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |