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 new Cancel Event API #48

Closed
koshilife opened this issue Apr 30, 2022 · 1 comment
Closed

support for new Cancel Event API #48

koshilife opened this issue Apr 30, 2022 · 1 comment
Assignees

Comments

@koshilife
Copy link
Owner

koshilife commented Apr 30, 2022

We are going to support the following new Cancel Event API.

Release Notes APRIL 28:
Enable meeting cancellation functionality with our new Cancel Event API
Implement meeting cancellation functionality within external products to enable hosts to cancel a scheduled meeting using our new Cancel Event API.

@koshilife koshilife self-assigned this Apr 30, 2022
koshilife added a commit that referenced this issue May 2, 2022
@koshilife
Copy link
Owner Author

koshilife commented May 2, 2022

I have released it as version 0.11.0.

Like This:

client = Calendly::Client.new 'YOUR_TOKEN'
me = client.me
ev = me.scheduled_events.last
ev.cancel

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