Class CalendarListEntry.NotificationSettingsData
The notifications that the authenticated user is receiving for this calendar.
Inheritance
System.Object
CalendarListEntry.NotificationSettingsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class 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 |
|---|---|
| System.Collections.Generic.IList<CalendarNotification> |