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 no show APIs #45

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

support for new no show APIs #45

koshilife opened this issue Mar 30, 2022 · 1 comment

Comments

@koshilife
Copy link
Owner

We are going to support the following updates.

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

Sync Invitee No-Show information

You can now sync invitee no-show information for a scheduled events using our new no-show APIs.
View who were marked no-show among list of invitees for a given scheduled events.

Object: no_show

Provides data pertaining to the associated no show for the Invitee

uri string required

Canonical reference (unique identifier) for the no show

created_at string <date-time> required

The moment when the no show was created

Example:2019-01-02T03:04:05.678Z
koshilife added a commit that referenced this issue Apr 13, 2022
koshilife added a commit that referenced this issue Apr 13, 2022
koshilife added a commit that referenced this issue Apr 14, 2022
koshilife added a commit that referenced this issue Apr 14, 2022
@koshilife koshilife changed the title support for new no-show APIs support for new no show APIs Apr 14, 2022
koshilife added a commit that referenced this issue Apr 14, 2022
koshilife added a commit that referenced this issue Apr 14, 2022
@koshilife
Copy link
Owner Author

I have released it as version 0.9.0.

Like This:

client = Calendly::Client.new 'YOUR_TOKEN'
me = client.me
ev = me.scheduled_events.first
inv = ev.invitees.first

# mark as a no show
inv.mark_no_show

# unmark as a no show
inv.unmark_no_show

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