calendar  v3
Properties | List of all members
Google.Apis.Calendar.v3.Data.CalendarNotification Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.CalendarNotification:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Method [get, set]
 The method used to deliver the notification. The possible value is: - "email" - Notifications are sent via email. Required when adding a notification. More...
 
virtual string Type [get, set]
 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. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ETag

virtual string Google.Apis.Calendar.v3.Data.CalendarNotification.ETag
getset

The ETag of the item.

◆ Method

virtual string Google.Apis.Calendar.v3.Data.CalendarNotification.Method
getset

The method used to deliver the notification. The possible value is: - "email" - Notifications are sent via email. Required when adding a notification.

◆ Type

virtual string Google.Apis.Calendar.v3.Data.CalendarNotification.Type
getset

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.


The documentation for this class was generated from the following file: