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.