Skip to main content

We are using calendly to book meetings on Zoom. We have the integration setup and can see these meetings in our zoom data. 

However, we have several associates meeting with clients throughout the day and we are leveraging a public round robin approach to our calendar. 

Given that calendly is generating unique links per meeting, is it possible to pull those links from the api so that we can validate attendance in zoom? 

Hi @James44643,

You can get details about Calendly events (including Zoom info) with the `GET /scheduled_events` API endpoint:

 

https://developer.calendly.com/api-docs/2d5ed9bbd2952-list-events

 

(The data that you’re looking for should be returned in the location key)


Reply