google_api_calendar v0.7.0 GoogleApi.Calendar.V3.Model.CalendarNotification View Source

Attributes

  • method (type: String.t, default: nil) - The method used to deliver the notification. Possible values are:

    • "email" - Notifications are sent via email.
    • "sms" - Deprecated. Once this feature is shutdown, the API will no longer return notifications using this method. Any newly added SMS notifications will be ignored. See Google Calendar SMS notifications to be removed for more information. Notifications are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS notifications are only available for G Suite customers.
      Required when adding a notification.
  • type (type: String.t, default: nil) - The type of notification. Possible values are:

    • "eventCreation" - Notification sent when a new event is put on the calendar.
    • "eventChange" - Notification sent when an event is changed.
    • "eventCancellation" - Notification sent when an event is cancelled.
    • "eventResponse" - Notification sent when an attendee responds to the event invitation.
    • "agenda" - An agenda with the events of the day (sent out in the morning).
      Required when adding a notification.

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.CalendarNotification{
  method: String.t(),
  type: String.t()
}

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.