These functions were available in a very early version of the package. Please use these replacement functions instead:
calendar_auth()
and calendar_token()
calendar_list()
calendar_events()
1 2 3 4 5 6 7 8 9 10 11 12 | get_google_token(google_app)
get_gcal_list(token = calendar_token())
get_gcal_events(
id,
token = calendar_token(),
days_in_past = 90,
days_in_future = 90,
now = Sys.Date(),
max_results = 250
)
|
google_app |
No longer used |
token |
token obtained from |
id |
calendar id, obtained from |
days_in_past |
Restrict results to date range, number of days in past |
days_in_future |
Restrict results to date range, number of days into future |
now |
Reference time stamp, defaulting to |
max_results |
Used internally to specify the maximum number of results retrieved per "page" of the query. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.