Struct google_calendar3::EventReminders [] [src]

pub struct EventReminders {
    pub overrides: Option<Vec<EventReminder>>,
    pub use_default: Option<bool>,
}

Information about the event's reminders for the authenticated user.

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

Fields

If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.

Whether the default reminders of the calendar apply to the event.

Trait Implementations

impl Debug for EventReminders
[src]

Formats the value using the given formatter.

impl Clone for EventReminders
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EventReminders
[src]

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

impl NestedType for EventReminders
[src]

impl Part for EventReminders
[src]