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 : Object
Inheritance
CalendarListEntry.NotificationSettingsData

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>