Hey there!
I have been working with the Calendly API recently, more specifically with the endpoint GET: https://api.calendly.com/event_types
, and I have noticed that when applying the active=true
filter, Calendly still returns the events that are disabled even when this filter is active.
https://api.calendly.com/event_types?active=true'
This happened when I switched from a premium account to a free one, and Calendly automatically disabled the other events, leaving only one active event.