Table of Contents

Class CalendarNotification

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class CalendarNotification : IDirectResponseSchema
Inheritance
CalendarNotification
Implements
IDirectResponseSchema
Inherited Members

Constructors

CalendarNotification()

public CalendarNotification()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Method

The method used to deliver the notification. Possible values are: - "email" - Notifications are sent via email. - "sms" - Deprecated. Once this feature is shutdown, the API will no longer return notifications using this method. Any newly added SMS notifications will be ignored. See Google Calendar SMS notifications to be removed for more information. Notifications are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS notifications are only available for G Suite customers. Required when adding a notification.

public virtual string Method { get; set; }

Property Value

string

Type

The type of notification. Possible values are: - "eventCreation" - Notification sent when a new event is put on the calendar. - "eventChange" - Notification sent when an event is changed. - "eventCancellation" - Notification sent when an event is cancelled. - "eventResponse" - Notification sent when an attendee responds to the event invitation. - "agenda" - An agenda with the events of the day (sent out in the morning). Required when adding a notification.

public virtual string Type { get; set; }

Property Value

string