Description Usage Arguments Value Examples
View source: R/gcalendr_endpoints.R
Returns a list of selected calendar API v3 endpoints, as stored inside the
googlecalendar package. The names of this list (or the id
sub-elements) are
the nicknames that can be used to specify an endpoint in
request_generate()
. For each endpoint, we store its nickname or id
, the
associated HTTP verb, the path
, and details about the parameters. This list
is derived programmatically from the
calendar API v3 Discovery Document.
1 | calendar_endpoints(i = NULL)
|
i |
The name(s) or integer index(ices) of the endpoints to return. Optional. By default, the entire list is returned. |
A list containing some or all of the subset of the calendar API v3
endpoints that are used internally by gcalendr
.
1 2 3 | str(calendar_endpoints(), max.level = 2)
calendar_endpoints("calendar.events.list")
calendar_endpoints(4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.