DestroyEventQueryParams

public final class DestroyEventQueryParams implements IQueryParams

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
public final class Builder

Properties

Link copied to clipboard
private final String calendarId

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
public final String getCalendarId()

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.