get_calendly_user | R Documentation |
This is a function to get the Calendly API user info
get_calendly_user(token = NULL)
token |
You can provide the API key directly using this argument or this function will attempt to grab an API key that was stored using the 'authorize("calendly")' function |
Calendly API user info as a list
## Not run:
authorize("calendly")
get_calendly_user()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.