Class Event.RemindersData
Information about the event's reminders for the authenticated user.
public class Event.RemindersData : Object
- Inheritance
-
Event.RemindersData
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.
public virtual IList<EventReminder> Overrides { get; set; }
Property Value
- IList<EventReminder>
UseDefault
Whether the default reminders of the calendar apply to the event.
public virtual Nullable<bool> UseDefault { get; set; }
Property Value
- Nullable<bool>