Gadget

Gadget class

A gadget that extends this event.

The Gadget type exposes the following members:

Constructors

NameDescription
Gadget()Initializes a new instance of the Gadget class.

Properties

NameDescription
typeThe gadget’s type.
titleThe gadget’s title.
linkThe gadget’s URL.
icon_linkThe gadget’s icon URL.
widthThe gadget’s width in pixels.
heightThe gadget’s height in pixels.
displayThe 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.

See Also