Class Event.GadgetData
A gadget that extends this event.
public class Event.GadgetData : Object
- Inheritance
-
Event.GadgetData
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
Height
The gadget's height in pixels. Optional.
public virtual Nullable<int> Height { get; set; }
Property Value
- Nullable<int>
IconLink
The gadget's icon URL.
public virtual string IconLink { get; set; }
Property Value
Link
The gadget's URL.
public virtual string Link { get; set; }
Property Value
Preferences
Preferences.
public virtual IDictionary<string, string> Preferences { get; set; }
Property Value
Title
The gadget's title.
public virtual string Title { get; set; }
Property Value
Type
The gadget's type.
public virtual string Type { get; set; }
Property Value
Width
The gadget's width in pixels. Optional.
public virtual Nullable<int> Width { get; set; }
Property Value
- Nullable<int>