Description Usage Arguments Details Value Examples
Retrieves metadata for a Google Calendar in the form of a
googlecalendar
object. This method filters information made
available through the Google Calendar API CalendarList
resource.
1 2 3 |
x |
Calendar-identifying information. For |
verbose |
Logical indicating whether to print informative messages. |
fixed |
Logical indicating whether |
... |
Optional arguments to be passed to |
While the Google Calendar API prefers to return sparse structures,
googlecalendar
objects attempt to faithfully represent all
documented fields in the CalendarList resource. In practice, this
means that values unreported by the service are reported as NA
or, if applicable, their documented default values.
For more information on the structure of a googlecalendar
object, see the Google Calendar API
CalendarList Resource Overview.
Calendar metadata as a googlecalendar
object (a custom
class wrapping a named list).
1 2 3 4 5 6 7 8 | ## Not run:
gc_id("kpoji8n345cid1eu6o0mlcbs30@group.calendar.google.com")
gc_summary("ments$")
gc_summary("commitments", ignore.case = TRUE)
gc_summary("Commitments", fixed = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.