google_api_calendar v0.9.0 GoogleApi.Calendar.V3.Model.EventReminders View Source

Information about the event's reminders for the authenticated user.

Attributes

  • overrides (type: list(GoogleApi.Calendar.V3.Model.EventReminder.t), default: nil) - 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.
  • useDefault (type: boolean(), default: nil) - Whether the default reminders of the calendar apply to the event.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

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: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.