width : int; | The gadget's width in pixels. The width must be an integer greater than 0. Optional. Deprecated. |
title : string; | The gadget's title. Deprecated. |
preferences : (string * string) list; | Preferences. |
height : int; | The gadget's height in pixels. The height must be an integer greater than 0. Optional. Deprecated. |
_type : string; | The gadget's type. Deprecated. |
display : string; | 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.
|
link : string; | The gadget's URL. The URL scheme must be HTTPS. Deprecated. |
iconLink : string; | The gadget's icon URL. The URL scheme must be HTTPS. Deprecated. |