Class Event.RemindersData
Information about the event's reminders for the authenticated user. Note that changing reminders does not also change the updated property of the enclosing event.
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Event.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.
Declaration
[JsonProperty("overrides")]
public virtual IList<EventReminder> Overrides { get; set; }
Property Value
Type | Description |
---|---|
IList<EventReminder> |
UseDefault
Whether the default reminders of the calendar apply to the event.
Declaration
[JsonProperty("useDefault")]
public virtual bool? UseDefault { get; set; }
Property Value
Type | Description |
---|---|
bool? |