Create Event Query Params
Class representation of the query parameters for creating an event.
Constructors
Link copied to clipboard
public CreateEventQueryParams CreateEventQueryParams(@Json(name = "calendar_id" ) String calendarId, @Json(name = "notify_participants" ) Boolean notifyParticipants, @Json(name = "select" ) String select, @Json(name = "tentative_as_busy" ) Boolean tentativeAsBusy)
Types
Link copied to clipboard
Builder for CreateEventQueryParams.
Properties
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
The ID of the calendar to create the event in.
Link copied to clipboard
Email notifications containing the calendar event is sent to all event participants.
Link copied to clipboard
When true, tentative events are counted as busy.