Question

API to add guests to group meeting

  • 19 March 2024
  • 1 reply
  • 70 views

Hi,

We are using Calendly API to shcedule and reschedule meetings.

We’re now need to integrate scheduling of group meetings by API and adding guests to existing meetings. Is there a way to do it by API, something like:

POST /scheduled_events/{event_uuid}/invitees

Body:

{

    "email": "invitee@example.com",

    "name": "Invitee's Full Name"

}

For adding invitees?

We’re also using embedded Calendly from our web. Maybe we can do it from there.

Any help will be appreciated.

Thanks.


This topic has been closed for comments

1 reply

Userlevel 2

@Maya25876 We currently don’t have an API to add guests to a scheduled meeting.