Struct google_calendar3::CalendarNotification [] [src]

pub struct CalendarNotification {
    pub type_: Option<String>,
    pub method: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

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).

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.

Trait Implementations

impl Default for CalendarNotification
[src]

Returns the "default value" for a type. Read more

impl Clone for CalendarNotification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CalendarNotification
[src]

Formats the value using the given formatter.

impl Part for CalendarNotification
[src]