Struct google_calendar3::EventGadget [] [src]

pub struct EventGadget {
    pub preferences: Option<HashMap<String, String>>,
    pub title: Option<String>,
    pub height: Option<i32>,
    pub width: Option<i32>,
    pub link: Option<String>,
    pub type_: Option<String>,
    pub display: Option<String>,
    pub icon_link: Option<String>,
}

A gadget that extends this event.

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

Fields

Preferences.

The gadget's title.

The gadget's height in pixels. The height must be an integer greater than 0. Optional.

The gadget's width in pixels. The width must be an integer greater than 0. Optional.

The gadget's URL. The URL scheme must be HTTPS.

The gadget's type.

The gadget's display mode. Optional. Possible values are:
- "icon" - The gadget displays next to the event's title in the calendar view. - "chip" - The gadget displays when the event is clicked.

The gadget's icon URL. The URL scheme must be HTTPS.

Trait Implementations

impl Default for EventGadget
[src]

[src]

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

impl Clone for EventGadget
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventGadget
[src]

[src]

Formats the value using the given formatter.

impl NestedType for EventGadget
[src]

impl Part for EventGadget
[src]