CreateEventQueryParams

public final class CreateEventQueryParams implements IQueryParams

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)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String calendarId

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.

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 to create the event in.

Link copied to clipboard

Email notifications containing the calendar event is sent to all event participants.