delete_event_tool
Remove calendar events from Google Calendar using the Apps Script MCP server by specifying the user's email and event ID.
Instructions
Delete a calendar event.
Args: user_google_email: The user's Google email address event_id: The event ID to delete calendar_id: Calendar ID (default: 'primary')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| event_id | Yes | ||
| calendar_id | No | primary |