MeetingBaaS
  • calendars-api

    The Calendars API allows you to automatically sync calendars from Outlook and Google Workspace to deploy bots to scheduled meetings.

    This makes it easy to:

    • Automate recording and participation in meetings without manual intervention

    • Connect to both Google Workspace and Microsoft Outlook calendars

    • Receive real-time updates when calendar events change

    • Apply business logic to determine which meetings to record

    The API follows a simple pattern allowing you to connect calendar providers, list and manage events, and automatically schedule recording bots when meetings occur.

    Key Features

    • Multi-Calendar Support: Connect to both Google Workspace and Microsoft Outlook calendars

    • OAuth Authentication: Secure integration with calendar providers using OAuth

    • Real-Time Webhooks: Receive immediate notifications when calendar events change

    • Selective Recording: Implement your own business rules to decide which meetings to record

    • Bot Configuration: Customize recording settings for each meeting

    • Recurring Meeting Support: Handle recurring meeting series efficiently

    Implementation Process:

    • Authentication Setup: Connect calendars using OAuth credentials

    • Calendar Selection: Choose which calendars to sync

    • Event Management: List, filter, and process calendar events

    • Recording Configuration: Schedule bots for specific meetings

    • Webhook Processing: Receive and handle real-time calendar updates

    • Maintenance: Handle credential refreshing and error recovery

    API Usage

    The Calendars API is part of the Meeting BaaS platform and provides endpoints for:

    • Creating and managing calendar integrations

    • Listing and filtering calendar events

    • Scheduling recording bots for specific meetings

    • Managing webhooks for real-time updates

    The API is fully documented and supports standard REST operations with JSON payloads. Authentication is performed using your Meeting BaaS API key along with OAuth tokens for calendar provider access.

    API Usage Example

    Below is an example of how to use the Calendars API to schedule bots for team meetings:

    This Python code demonstrates how to interact with the Calendars API to retrieve events and schedule recording bots.

    Leave comment

    Written by

    Lazare Rossillon

    Created At

    Wed May 28 2025