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