Create event
POST/v1/links/:link_id/events
Create an event for a given scheduling link.
Note about time slots: You'll only be able to create events that match an available time slot for the underlying scheduling link. You can use the List Available Slots endpoint to query for time slots.
Note about conferencing: For some conferencing providers (like Zoom), the meeting information is not guaranteed to appear in the response body. If our initial attempt to create the meeting room fails, we will retry and attach the information to event later.
Request
Responses
- 200
- 401
- 404
- 422
Event created successfully
Authentication required
Link not found
Validation errors