Delete Event
The Delete Event component automates deleting events from Google Calendar and can send updates to attendees, simplifying calendar management in your automated workflows.

Component description
How the Delete Event component works
Delete Event Component
The Delete Event component is designed to remove an event from a specified Google Calendar. It connects directly to the Google Calendar API, allowing for seamless and automated management of calendar events within your AI-driven workflows. This component is particularly useful when you need to automate the process of deleting events and optionally notifying attendees about these changes.
Key Features
- Automated Event Deletion: Removes specified events from a chosen Google Calendar.
- Attendee Notification: Optionally sends updates to event attendees when an event is deleted.
- API Integration: Utilizes the Google Calendar API for direct and reliable calendar management.
Inputs
The component accepts several configurable inputs:
Input Name | Type | Required | Description | Advanced |
---|---|---|---|---|
Calendar ID | Dynamic Single Select | Yes | The ID of the calendar from which you want to delete an event. | Yes |
Send Updates | Dropdown (str) | No | Determines if and how updates are sent to attendees (None , ExternalOnly , All ). | Yes |
Tool Description | Multiline Input | No | Optional description to help agents understand the tool’s usage. | Yes |
Tool Name | String Input | No | Optional name to refer to this tool in agent-based workflows. | Yes |
Verbose | Boolean | No | If enabled, provides detailed output for debugging or logs. | Yes |
Input Details
- Calendar ID: This is essential to specify which calendar you want to interact with. The component can dynamically fetch available calendars using the
get_calendars
API. - Send Updates: Controls attendee notifications when an event is deleted:
None
(default): No updates sent.ExternalOnly
: Only external attendees are notified.All
: All attendees are notified.
- Verbose: When set to
true
, the component will print more detailed information about its actions, which is useful for debugging.
Outputs
Output Name | Type | Description |
---|---|---|
delete_event_tool | Tool | Provides an interface to perform the event deletion action. |
The primary output is a Tool that can be used within your workflow to execute the deletion of the calendar event as configured.
Use Cases
- Automated Scheduling: Integrate into AI agents or bots that help manage and clean up your calendar.
- Event Management: Use in larger workflows that create, update, and delete events in response to business logic or user commands.
- Notification Control: Decide whether to notify attendees when removing events, adapting to your privacy or communication requirements.
Why Use This Component?
This component is ideal for any AI workflow that requires dynamic and automated calendar management. Whether you’re building a meeting assistant, automating event cleanup, or integrating calendar management into a broader business process, the Delete Event component provides a reliable and flexible way to handle event deletions with optional attendee notifications.
Examples of flow templates using Delete Event component
To help you get started quickly, we have prepared several example flow templates that demonstrate how to use the Delete Event component effectively. These templates showcase different use cases and best practices, making it easier for you to understand and implement the component in your own projects.
Frequently asked questions
- What does the Delete Event component do?
It removes an event from a specified Google Calendar and can send notifications to attendees if desired, making calendar management seamless within your automated workflows.
- Can I choose which calendar or event to delete?
Yes, you can specify the calendar by its ID and select the event to delete, giving you full control over your calendar automation.
- Does it notify attendees when an event is deleted?
You can choose whether to send updates to attendees, only notify external guests, or send no notifications at all.
- Is this component only for Google Calendar?
Currently, this component is designed to work with Google Calendar via its API.
- Do I need to configure advanced settings?
Advanced settings like verbose output and tool descriptions are optional and can help with debugging or agent integration, but basic functionality works with minimal setup.
Try FlowHunt Delete Event
Streamline your workflow and manage your calendar events automatically with the Delete Event component in FlowHunt.