Reminders

public final class Reminders

Class representing the reminders field of an event.

Constructors

Link copied to clipboard
public UpdateEventRequest.Reminders UpdateEventRequest.Reminders(@Json(name = "use_default") Boolean useDefault, @Json(name = "override") List<ReminderOverride> override)

Properties

Link copied to clipboard

A list of reminders for the event if useDefault is set to false.

Link copied to clipboard
private final Boolean useDefault

Whether to use the default reminders for the calendar. When true, uses the default reminder settings for the calendar

Functions

Link copied to clipboard

A list of reminders for the event if useDefault is set to false.

Link copied to clipboard
public final Boolean getUseDefault()

Whether to use the default reminders for the calendar. When true, uses the default reminder settings for the calendar