icu_bulk_delete_events
Delete multiple calendar events at once. Future events are removed; past or undated events are skipped unless full delete mode is enabled.
Instructions
Delete MANY calendar events in a single batch call. Destructive — cannot be undone.
In safe delete mode (default), the call partitions the input list
into deleted (future) and skipped (past or undated) and returns
both. INTERVALS_ICU_DELETE_MODE=full disables the partition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_ids | Yes | JSON array of event IDs to delete (e.g., '[123, 456, 789]') | |
| athlete_id | No | Athlete ID (for coaches managing multiple athletes) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |