Table of Contents

Class EventReminder

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class EventReminder : Object, IDirectResponseSchema
Inheritance
EventReminder
Implements
IDirectResponseSchema

Constructors

EventReminder()

public EventReminder()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Method

The method used by this reminder. Possible values are: - "email" - Reminders are sent via email. - "sms" - Reminders are sent via SMS. - "popup" - Reminders are sent via a UI popup.

public virtual string Method { get; set; }

Property Value

string

Minutes

Number of minutes before the start of the event when the reminder should trigger.

public virtual Nullable<int> Minutes { get; set; }

Property Value

Nullable<int>