gcalendr-defunct: Functions that are no longer used.

Description Usage Arguments

Description

These functions were available in a very early version of the package. Please use these replacement functions instead:

Usage

 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
)

Arguments

google_app

No longer used

token

token obtained from calendar_token()

id

calendar id, obtained from calendar_list()

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 Sys.time()

max_results

Used internally to specify the maximum number of results retrieved per "page" of the query.


andrie/gcalendr documentation built on March 8, 2020, 2:36 a.m.