Reminders

public final class Reminders

Class representing the reminders field of an event.

Constructors

Link copied to clipboard
public Reminders Reminders(@Json(name = "reminder_minutes") String 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 String 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 String 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".