View Source GoogleApi.Calendar.V3.Model.CalendarListEntryNotificationSettings (google_api_calendar v0.25.0)
The notifications that the authenticated user is receiving for this calendar.
Attributes
-
notifications
(type:list(GoogleApi.Calendar.V3.Model.CalendarNotification.t)
, default:nil
) - The list of notifications set for this calendar.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Calendar.V3.Model.CalendarListEntryNotificationSettings{ notifications: [GoogleApi.Calendar.V3.Model.CalendarNotification.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.