Class CalendarListEntry.NotificationSettingsData
The notifications that the authenticated user is receiving for this calendar.
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class CalendarListEntry.NotificationSettingsData
Properties
Notifications
The list of notifications set for this calendar.
Declaration
[JsonProperty("notifications")]
public virtual IList<CalendarNotification> Notifications { get; set; }
Property Value
Type | Description |
---|---|
IList<CalendarNotification> |