Bulk Update Calendar Events
bulk_update_calendar_eventsApply one bulk action to many calendar events at once, including shifts, explicit reschedules, queue moves, cancellations, or assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Calendar event IDs or scheduled post IDs to update. | |
| shift | No | ||
| action | Yes | Bulk action to apply. | |
| team_id | No | Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope. | |
| timezone | No | Optional IANA timezone for queue-based moves. | |
| applyScope | No | Whether to affect only the selected IDs or their recurrence groups. | |
| assigneeId | No | Required for the 'assign' action. | |
| scheduledAt | No | Replacement ISO 8601 time for the 'set_time' action. | |
| deltaMinutes | No | Compatibility shift amount in minutes. | |
| scheduledTime | No | Compatibility alias for scheduledAt. |