google_api_calendar v0.0.2 GoogleApi.Calendar.V3.Model.EventReminders View Source
Information about the event's reminders for the authenticated user.
Attributes
- overrides ([EventReminder]): If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5. Defaults to:
null
. - useDefault (boolean()): Whether the default reminders of the calendar apply to the event. Defaults to:
null
.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Calendar.V3.Model.EventReminders{ overrides: [GoogleApi.Calendar.V3.Model.EventReminder.t()], useDefault: any() }