Schedule Bot For Calendar Event

Schedule a bot for a calendar event. This endpoint will return the updated calendar event in response. This endpoint is rate limited to 10000 requests per user per minute.

Log in to see full request history

For more information, see Calendar V2.

📘

Override behavior

When calling this endpoint for an event that already has a bot scheduled, the existing bot configuration will be overridden with the new settings provided in the request.

🚧

Meeting URL response shape

Meeting URL's are currently improperly reflected in the API spec for meeting URL's in responses. For proper meeting URL shapes in API responses, please see Meeting URL's.

meeting_url's that are provided as a parameter to the API are reflected accurately in the API spec as strings.


Scheduling error response

If you try to schedule a bot for an event that has already ended, you'll receive a 400 response:

{ "code": "invalid_request_data", "message": "Unable to process request because invalid data was submitted. Check `errors` field for more details.", "errors": { "non_field_errors": [ "Cannot schedule bot as calendar event has ended." ] } }

Path Params
uuid
required

A UUID string identifying this calendar event.

Body Params
string
required
length ≤ 2000

Pass this key to deduplicate bots across multiple calendar events. Please ensure this remain consistent across all calendar events that mush share a single bot. For more details, refer to Calendar V2 scheduling guide.

bot_config
object
required

The config object(JSON) to be passed to the bot. It supports all properties available in Create Bot request.

meeting_url - automatically populated from the calendar event unless specified in bot_config.
join_at - automatically populated from the calendar event unless specified in bot_config

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json