This is a function to get the Calendly API user info
Arguments
- 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
Examples
if (FALSE) {
authorize("calendly")
get_calendly_user()
}