Class CalendarListEntry.NotificationSettingsData
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; }