gc_event_ls: List events in calendar

Description Usage Arguments Details Value Examples

Description

Lists events scheduled on a Google Calendar. This method filters information made available via the Google Calendar API Events resource.

Usage

1
gc_event_ls(x, ..., verbose = FALSE)

Arguments

x

A googlecalendar object representing the calendar for which to list events.

verbose

Logical indicating whether to print informative messages.

...

Additional parameters to be passed as part of the HTTP request to the API. More information on these named arguments are available below.

Details

An arbitrary number of optional query parameters may be supplied via .... A list of optional query parameters can be found in Events: List.

Notable parameters include:

Note that event_ls objects only represent resource properties that are naturally atomic. To fetch all properties for an event, use gc_event. For more information on the structure of an event_ls object, see the Google Calendar API Events Resource Overview.

Value

An event_ls object (a custom class wrapping a tbl_df) with one row for each event returned by the service.

Examples

1
2
3
4
5
## Not run: 
gc_summary("Commitments") %>%
  gc_event_ls()

## End(Not run)

benjcunningham/googlecalendar documentation built on May 12, 2019, 11:56 a.m.