Description Usage Arguments Value Examples
Deletes a calendar event. This method operates on the Google Calendar API Events resource.
1 | gc_event_delete(x, sendNotifications = FALSE, verbose = TRUE)
|
x |
|
sendNotifications |
Logical indicating whether to send notifications about the event. |
verbose |
Logical indicating whether to print informative messages. |
Logical indicating whether the event was successfully deleted.
1 2 3 4 5 6 | ## Not run:
gc_summary("Commitments") %>%
gc_event_query(q = "Lunch with Mitch") %>%
gc_event_delete()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.