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

Attributes

  • method (type: String.t, default: nil) - The method used by this reminder. Possible values are:

    • "email" - Reminders are sent via email.
    • "sms" - Deprecated. Once this feature is shutdown, the API will no longer return reminders using this method. Any newly added SMS reminders will be ignored. See Google Calendar SMS notifications to be removed for more information. Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS reminders for other account types are ignored.
    • "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.

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.EventReminder{
  method: String.t(),
  minutes: integer()
}

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.