Class Event.RemindersData
Information about the event's reminders for the authenticated user.
public class Event.RemindersData
- Inheritance
-
Event.RemindersData
- Inherited Members
Constructors
RemindersData()
public RemindersData()
Properties
Overrides
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
public virtual IList<EventReminder> Overrides { get; set; }
Property Value
UseDefault
Whether the default reminders of the calendar apply to the event.
public virtual bool? UseDefault { get; set; }
Property Value
- bool?