Description Usage Arguments Details Value Examples
Lists the collection of calendars in the user's calendar list. This method filters information made available in the Google Calendar API CalendarList resource.
1 |
pattern |
Character string containing a regular expression (or
exact character string for |
verbose |
Logical indicating whether to print informative messages. |
... |
Optional arguments to be passed to
|
Note that calendar_ls
objects only represent resource
properties that are naturally atomic. To fetch all properties for a
calendar, use gc_calendar
. For more information on the
structure of a calendar_ls
object, see the Google Calendar API
Calendar lists may only give a partial view of the calendars available to the user. Calendars represented in a list are a subset of available calendars where Show in List has been selected in Calendar Settings.
A googlecalendar_ls
object (a custom class wrapping a
tbl_df
) with one row for each event returned
by the service.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.