API Updates
Calendar API Enhancements
Improved filtering, comprehensive event details, and calendar management
Paris, the 2nd of March 2025.
We've expanded our Calendar API with new filtering capabilities and improved calendar management. These enhancements provide more flexibility when working with calendar events and integrations.
New Features
Enhanced Event Filtering
The GET /calendar_events
endpoint now supports additional filtering parameters:
attendeeEmail
- Filter events by attendee email addressorganizerEmail
- Filter events by organizer email addressstartDateGte
- Filter events with start date greater than or equal to timestampstartDateLte
- Filter events with start date less than or equal to timestampstatus
- Filter by meeting status (upcoming
,past
, orall
)
Improved Attendee Information
The Attendee
object now includes a name
field that provides the display name of the attendee when available from the calendar provider (Google, Microsoft).
Migration Guide
- Update your API clients to take advantage of the new filtering parameters
Related Updates
- Calendar API Update - Previous calendar API enhancements
- Retranscribe Route - Information about the retranscribe endpoint