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

Attributes

  • method (String.t): The method used by this reminder. Possible values are: - "email" - Reminders are sent via email. - "sms" - 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. Defaults to: null.
  • minutes (integer()): 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). Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Calendar.V3.Model.EventReminder{
  method: any(),
  minutes: any()
}