ReminderOverride

public final class ReminderOverride

Class representing the reminder details for an event.

Constructors

Link copied to clipboard
public ReminderOverride ReminderOverride(@Json(name = "reminder_minutes") Integer reminderMinutes, @Json(name = "reminder_method") ReminderMethod reminderMethod)

Properties

Link copied to clipboard

Method to remind the user about the event. (Google only).

Link copied to clipboard
private final Integer reminderMinutes

The number of minutes before the event start time when a user wants a reminder for this event. Reminder minutes are in the following format: "20".

Functions

Link copied to clipboard

Method to remind the user about the event. (Google only).

Link copied to clipboard
public final Integer getReminderMinutes()

The number of minutes before the event start time when a user wants a reminder for this event. Reminder minutes are in the following format: "20".