Reminders
Reminders class
Information about the event’s reminders for the authenticated user.
Constructors
Name |
Description |
Reminders() |
Initializes a new instance of the Reminders class. |
Properties
Name |
Description |
Overrides { get; set; } |
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. |
UseDefault { get; set; } |
Whether the default reminders of the calendar apply to the event. |
See Also