Update Event Query Params
Class representation of the query parameters for updating events.
Constructors
Link copied to clipboard
public UpdateEventQueryParams UpdateEventQueryParams(@Json(name = "calendar_id" ) String calendarId, @Json(name = "notify_participants" ) Boolean notifyParticipants)
Types
Link copied to clipboard
Builder for UpdateEventQueryParams.
Properties
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
The ID of the calendar containing the event.
Link copied to clipboard
Whether to send email notifications containing the calendar event to all event participants. Microsoft accounts do not support notify_participants = False.