Question
List organization round robin using API
So, i want to query all round robin event types from an organization
I’m using the https://developer.calendly.com/api-docs/25a4ece03c1bc-list-user-s-event-types API but when i use the ‘organization’ parameter instead of ‘user’ parameter, i’m only receiving individual events
when i use the user paremeter it works fine, but for my use case i’ll need to get all round robin events available, independent of the user
is there anyway to achieve that without having to query user by user?
