Show / Hide Table of Contents

Class Event.GadgetData

A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.

Inheritance
object
Event.GadgetData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Event.GadgetData

Properties

Display

The gadget's display mode. Deprecated. 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.

Declaration
[JsonProperty("display")]
public virtual string Display { get; set; }
Property Value
Type Description
string

Height

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

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

IconLink

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

Declaration
[JsonProperty("iconLink")]
public virtual string IconLink { get; set; }
Property Value
Type Description
string

Link

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

Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type Description
string

Preferences

Preferences.

Declaration
[JsonProperty("preferences")]
public virtual IDictionary<string, string> Preferences { get; set; }
Property Value
Type Description
IDictionary<string, string>

Title

The gadget's title. Deprecated.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Type

The gadget's type. Deprecated.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Width

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

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX