Destroy Event Query Params
Class representing a query to delete an event.
Constructors
Link copied to clipboard
public DestroyEventQueryParams DestroyEventQueryParams(@Json(name = "calendar_id" ) String calendarId, @Json(name = "notify_participants" ) Boolean notifyParticipants)
Types
Link copied to clipboard
Builder for DestroyEventQueryParams.
Properties
Link copied to clipboard
Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar.
Link copied to clipboard
Defaults to true, email notifications containing the calendar event is sent to all event participants. Microsoft accounts do not support notify_participants = False.
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar.
Link copied to clipboard
Defaults to true, email notifications containing the calendar event is sent to all event participants. Microsoft accounts do not support notify_participants = False.