Hey @tanner I wish I had a more exciting response to share with you, however both of these items are currently features we’ve gotten feedback on but aren’t currently available. I can certainly see how these would be beneficial but our API doesn’t currently provide responses that include pending events (which include meeting polls).
The pooling_type
attribute represents how the hosts are assigned in an event type. The value indicates if the event type is "round robin" (alternates between hosts) or "collective" (invitees pick a time when all participants are available) or “multi-pool” (considers availability delineated by pools of participants) or "null" (the event type doesn’t consider the availability of a group participants)
Allowed values:
- round_robin
- collective
- multi_pool
- null
Hello,
Regarding your questions:
Querying Pending Events: Currently, Calendly's API does not support querying for scheduled events specifically in a 'pending' state, such as meeting polls.
Creating Meeting Polls via API: The API does not offer functionality to create meeting polls directly. The polling_type attribute in event types is not designed for this purpose.
For more detailed information, you might need to refer to the official API documentation or contact Calendly support.
Thank you!
Hi! Are there any updates on Creating Meeting Polls via API feature? Any chances for it to be released within the next 3-6 months?
I’m interested in Creating Meeting Polls via API, would be a great way to automate our workflow
After working extensively with the Calendly API and evaluating its current limitations, I can confirm that querying "pending" events (such as meeting polls) and programmatically creating meeting polls via API are not yet supported functionalities. The pooling_type attribute, often misunderstood, is primarily used to define the host distribution logic (e.g., round_robin, collective, multi_pool) and does not enable poll creation directly.
However, a practical workaround we've been exploring in our own integration stack is to track invitee engagement using webhooks (e.g., https://boitinhyeu.net.vn/) and correlate them with known poll invites manually issued through the UI. While not ideal, it helps bridge the gap until Calendly exposes full polling capabilities via API.
Calendly’s developer roadmap seems to be community-driven, so I highly recommend upvoting or submitting this feature via their official feedback channels. More developer engagement could help prioritize this functionality.
Happy to share more on our webhook handling logic if anyone's interested.