Show / Hide Table of Contents

Class CalendarListEntry.NotificationSettingsData

The notifications that the authenticated user is receiving for this calendar.

Inheritance
object
CalendarListEntry.NotificationSettingsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Generated by DocFX