Class Event.Reminders

  • Enclosing class:
    Event

    public static class Event.Reminders
    extends Object
    Information about the event's reminders for the authenticated user.
    • Constructor Detail

      • Reminders

        public Reminders()
    • Method Detail

      • isUseDefault

        public Boolean isUseDefault()
        Whether the default reminders of the calendar apply to this event.
        Returns:
        the value or null if none.
      • getOverrides

        public 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.
        Returns:
        the value or null if none.