View Source GoogleApi.Calendar.V3.Model.EventReminders (google_api_calendar v0.23.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventReminders{
  overrides: [GoogleApi.Calendar.V3.Model.EventReminder.t()] | nil,
  useDefault: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.