Table of Contents

Class CalendarListEntry.NotificationSettingsData

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll

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

public class CalendarListEntry.NotificationSettingsData
Inheritance
CalendarListEntry.NotificationSettingsData
Inherited Members

Constructors

NotificationSettingsData()

public NotificationSettingsData()

Properties

Notifications

The list of notifications set for this calendar.

public virtual IList<CalendarNotification> Notifications { get; set; }

Property Value

IList<CalendarNotification>