Class CalendarNotification
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
Method
The method used to deliver the notification. Possible values are: - "email" - Reminders are sent via email. - "sms" - Reminders are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS reminders are only available for G Suite customers.
public virtual string Method { get; set; }
Property Value
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 event is changed. - "agenda" - An agenda with the events of the day (sent out in the morning).
public virtual string Type { get; set; }