bulk_delete_events
Delete multiple calendar events in a single operation by supplying a JSON array of event IDs. This efficient approach reduces manual effort compared to deleting events one by one.
Instructions
Delete multiple calendar events in a single operation.
This is more efficient than deleting events one at a time. Provide a JSON array of event IDs to delete.
Args: event_ids: JSON array of event IDs (integers)
Returns: JSON string with deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_ids | Yes | JSON array of event IDs to delete (e.g., '[123, 456, 789]') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |