The calendar_event_id is now passed as a path parameter. Use createMeetingFromCalendarEvent(calendarEventId: string) instead of createMeetingFromCalendarEvent({ calendar_event_id: '...' }). Will be removed in the next major version.
createMeetingFromCalendarEvent(calendarEventId: string)
createMeetingFromCalendarEvent({ calendar_event_id: '...' })
Deprecated
The calendar_event_id is now passed as a path parameter. Use
createMeetingFromCalendarEvent(calendarEventId: string)instead ofcreateMeetingFromCalendarEvent({ calendar_event_id: '...' }). Will be removed in the next major version.