Show / Hide Table of Contents

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.

Inheritance
object
Event.RemindersData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX