Show / Hide Table of Contents

Class CalendarListEntry.NotificationSettingsData

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

Inheritance
System.Object
CalendarListEntry.NotificationSettingsData
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class NotificationSettingsData : object

Properties

Notifications

The list of notifications set for this calendar.

Declaration
public virtual IList<CalendarNotification> Notifications { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CalendarNotification>
Back to top