UpdateEventQueryParams

public final class UpdateEventQueryParams implements IQueryParams

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, @Json(name = "select") String select, @Json(name = "tentative_as_busy") Boolean tentativeAsBusy)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String calendarId

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.

Link copied to clipboard
private final String select

Comma-separated list of fields to return in the response.

Link copied to clipboard
private final Boolean tentativeAsBusy

When true, tentative events are counted as busy.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard
public final String getCalendarId()

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.

Link copied to clipboard
public final String getSelect()

Comma-separated list of fields to return in the response.

Link copied to clipboard
public final Boolean getTentativeAsBusy()

When true, tentative events are counted as busy.