Class Reminders

Reminders class

Information about the event’s reminders for the authenticated user.

public class Reminders

Constructors

NameDescription
Reminders()Initializes a new instance of the Reminders class.

Properties

NameDescription
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