Builder

public final class Builder

Builder for UpdateEventRequest.

Constructors

Functions

Link copied to clipboard
public final UpdateEventRequest build()

Builds the UpdateEventRequest object.

Link copied to clipboard

Update the busy status of the event.

Link copied to clipboard
public final UpdateEventRequest.Builder calendarId(String calendarId)

Update the calendar ID of the event.

Link copied to clipboard

Update the capacity of the event.

Link copied to clipboard

Update the conferencing details of the event. Conferencing is a representation of conferencing details for events. Conferencing object can be in one of two formats (sub-objects):

Link copied to clipboard
public final UpdateEventRequest.Builder description(String description)

Update the description of the event.

Link copied to clipboard
public final UpdateEventRequest.Builder hideParticipant(Boolean hideParticipant)

Update the hide participant status of the event.

Link copied to clipboard
public final UpdateEventRequest.Builder location(String location)

Update the location of the event.

Link copied to clipboard

Update the metadata of the event.

Link copied to clipboard

Update the list of participants invited to the event.

Link copied to clipboard

Update the read only status of the event.

Link copied to clipboard
public final UpdateEventRequest.Builder recurrence(List<String> recurrence)

Update the recurrence of the event.

Link copied to clipboard

Update the reminders of the event.

Link copied to clipboard

Set the when object. When is the representation of time and duration for events. When object can be in one of four formats (sub-objects):

Link copied to clipboard

Update the title of the event.

Link copied to clipboard

Update the visibility of the event.