gc_event_delete: Delete a calendar event

Description Usage Arguments Value Examples

Description

Deletes a calendar event. This method operates on the Google Calendar API Events resource.

Usage

1
gc_event_delete(x, sendNotifications = FALSE, verbose = TRUE)

Arguments

x

event object representing the event to delete.

sendNotifications

Logical indicating whether to send notifications about the event.

verbose

Logical indicating whether to print informative messages.

Value

Logical indicating whether the event was successfully deleted.

Examples

1
2
3
4
5
6
## Not run: 
gc_summary("Commitments") %>%
  gc_event_query(q = "Lunch with Mitch") %>%
  gc_event_delete()

## End(Not run)

benjcunningham/googlecalendar documentation built on May 12, 2019, 11:56 a.m.