Class Event.GadgetData
A gadget that extends this event.
Inheritance
System.Object
Event.GadgetData
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class GadgetData : object
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.
Declaration
public virtual string Display { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Height
The gadget's height in pixels. The height must be an integer greater than 0. Optional.
Declaration
public virtual Nullable<int> Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IconLink
The gadget's icon URL. The URL scheme must be HTTPS.
Declaration
public virtual string IconLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Link
The gadget's URL. The URL scheme must be HTTPS.
Declaration
public virtual string Link { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Preferences
Preferences.
Declaration
public virtual IDictionary<string, string> Preferences { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |
Title
The gadget's title.
Declaration
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
The gadget's type.
Declaration
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Width
The gadget's width in pixels. The width must be an integer greater than 0. Optional.
Declaration
public virtual Nullable<int> Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |