Description Usage Arguments Details Value Examples
Creates a new secondary calendar. This method operates on the Google Calendar API Calendars resource.
1 |
summary |
Character string representing the title of the calendar. |
verbose |
Logical indicating whether to print informative messages. |
... |
Additional parameters to be passed as part of the HTTP request body. More information on these optional values is available below. |
For more information on the structure of a calendar object, see the Google Calendar API CalendarList Resource Overview.
Calendar metadata as an invisible googlecalendar
object (a custom class wrapping a named list).
1 2 3 4 5 6 7 8 | ## Not run:
gc_new(
"R User Group",
description = "Local user group meetings",
timeZone = "America/Chicago"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.