calcom.onBookingReassigned subscribes when a round-robin booking is reassigned.
automations/on-booking-reassigned.automation.ts
Scope
Omitscope for personal bookings. To watch one team-owned Collective or Round Robin event type, pass { type: "team", teamId, eventTypeId }. Team scope requires a Cal.com Teams plan or higher and an API key owned by a team admin or owner.
Event
Additional provider fields are preserved.
For webhook version
2026-07-27, attendeeIcsContent and organizerIcsContent contain pre-generated calendar invites for attendee and organizer emails. Either field may be absent because of calendar or privacy settings.
Automate.ax creates and maintains the Cal.com webhook, verifies x-cal-signature-256, and deduplicates provider retries. Use calcom.onEvent when one automation should receive every supported Cal.com event.