google_api_calendar v0.17.0 GoogleApi.Calendar.V3.Model.EventGadget View Source

A gadget that extends this event.

Attributes

  • display (type: String.t, default: nil) - 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.
  • height (type: integer(), default: nil) - The gadget's height in pixels. The height must be an integer greater than 0. Optional.
  • iconLink (type: String.t, default: nil) - The gadget's icon URL. The URL scheme must be HTTPS.
  • link (type: String.t, default: nil) - The gadget's URL. The URL scheme must be HTTPS.
  • preferences (type: map(), default: nil) - Preferences.
  • title (type: String.t, default: nil) - The gadget's title.
  • type (type: String.t, default: nil) - The gadget's type.
  • width (type: integer(), default: nil) - The gadget's width in pixels. The width must be an integer greater than 0. Optional.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Calendar.V3.Model.EventGadget{
  display: String.t(),
  height: integer(),
  iconLink: String.t(),
  link: String.t(),
  preferences: map(),
  title: String.t(),
  type: String.t(),
  width: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.