public static class Event.Reminders
extends java.lang.Object
| Constructor and Description |
|---|
Reminders() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event.ReminderOverride> |
getOverrides()
If the event doesn't use the default reminders, this returns the list of
reminders specific to the event, or, if not set, indicates that no reminders
are set for this event.
|
java.lang.Boolean |
isUseDefault()
Whether the default reminders of the calendar apply to this event.
|
public java.lang.Boolean isUseDefault()
null if none.public java.util.List<Event.ReminderOverride> getOverrides()
null if none.