delete_event_tool
Remove calendar events from Google Calendar by specifying the event ID and user email. This tool helps manage schedules by deleting unwanted or outdated appointments.
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 |