View Source GoogleApi.Calendar.V3.Model.EventReminder (google_api_calendar v0.23.0)

Attributes

  • method (type: String.t, default: nil) - The method used by this reminder. Possible values are:
    • "email" - Reminders are sent via email.
    • "popup" - Reminders are sent via a UI popup.
      Required when adding a reminder.
  • minutes (type: integer(), default: nil) - Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventReminder{
  method: String.t() | nil,
  minutes: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.