GoogleApi.Calendar.V3.Model.EventReminders (google_api_calendar v0.26.0)

View Source

Information about the event's reminders for the authenticated user. Note that changing reminders does not also change the updated property of the enclosing event.

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.