Gadget
Contents
[
Hide
]Gadget class
A gadget that extends this event.
Constructors
| Name | Description |
|---|---|
| Gadget | Initializes a new instance of the Gadget class. |
Methods
| Name | Description |
|---|---|
| get_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. |
| get_Height | The gadget’s height in pixels. |
| get_IconLink | The gadget’s icon URL. |
| get_Link | The gadget’s URL. |
| get_Preferences | The gadget’s preferences |
| get_Title | The gadget’s title. |
| get_Type | The gadget’s type. |
| get_Width | The gadget’s width in pixels. |
| set_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. |
| set_Height | The gadget’s height in pixels. |
| set_IconLink | The gadget’s icon URL. |
| set_Link | The gadget’s URL. |
| set_Title | The gadget’s title. |
| set_Type | The gadget’s type. |
| set_Width | The gadget’s width in pixels. |