Table of Contents

Class Event.GadgetData

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll

A gadget that extends this event.

public class Event.GadgetData
Inheritance
Event.GadgetData
Inherited Members

Constructors

GadgetData()

public GadgetData()

Properties

Display

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.

public virtual string Display { get; set; }

Property Value

string

Height

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

public virtual int? Height { get; set; }

Property Value

int?

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

public virtual string IconLink { get; set; }

Property Value

string

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

public virtual string Link { get; set; }

Property Value

string

Preferences

Preferences.

public virtual IDictionary<string, string> Preferences { get; set; }

Property Value

IDictionary<string, string>

Title

The gadget's title.

public virtual string Title { get; set; }

Property Value

string

Type

The gadget's type.

public virtual string Type { get; set; }

Property Value

string

Width

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

public virtual int? Width { get; set; }

Property Value

int?