Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for filtering Event Types by 'active' or 'inactive' status #43

Closed
koshilife opened this issue Mar 8, 2022 · 1 comment
Closed

Comments

@koshilife
Copy link
Owner

We are going to support the following updates.

February 2022 Updates https://developer.calendly.com/release-notes

Filter Event Types by 'active' or 'inactive' status
We have enhanced our GET /event_types API with an ability to return only ‘active’ or ‘inactive’ Event Types by adding optional query parameters in the request. Default (current) action in the request without active query parameter will return both ‘active’ and ‘inactive’ Event Types.

- /event_types API
  - https://developer.calendly.com/api-docs/b3A6NTkxNDEz-list-user-s-event-types

- Query Parameter:
  - active boolean

Return only active event types if true, only inactive if false, or all event types if this parameter is omitted.
@koshilife koshilife changed the title support for Filter Event Types by 'active' or 'inactive' status support for filtering Event Types by 'active' or 'inactive' status Mar 8, 2022
@koshilife
Copy link
Owner Author

I have released it as version 0.8.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant