calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.Event.GadgetData Class Reference

A gadget that extends this event. More...

Properties

virtual string Display [get, set]
 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.
virtual System.Nullable< int > Height [get, set]
 The gadget's height in pixels. Optional.
virtual string IconLink [get, set]
 The gadget's icon URL.
virtual string Link [get, set]
 The gadget's URL.
virtual
System.Collections.Generic.IDictionary
< string, string > 
Preferences [get, set]
 Preferences.
virtual string Title [get, set]
 The gadget's title.
virtual string Type [get, set]
 The gadget's type.
virtual System.Nullable< int > Width [get, set]
 The gadget's width in pixels. Optional.

Detailed Description

A gadget that extends this event.

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.Event.GadgetData.Display
getset

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.

virtual System.Nullable<int> Google.Apis.Calendar.v3.Data.Event.GadgetData.Height
getset

The gadget's height in pixels. Optional.

virtual string Google.Apis.Calendar.v3.Data.Event.GadgetData.IconLink
getset

The gadget's icon URL.

virtual string Google.Apis.Calendar.v3.Data.Event.GadgetData.Link
getset

The gadget's URL.

virtual System.Collections.Generic.IDictionary<string,string> Google.Apis.Calendar.v3.Data.Event.GadgetData.Preferences
getset

Preferences.

virtual string Google.Apis.Calendar.v3.Data.Event.GadgetData.Title
getset

The gadget's title.

virtual string Google.Apis.Calendar.v3.Data.Event.GadgetData.Type
getset

The gadget's type.

virtual System.Nullable<int> Google.Apis.Calendar.v3.Data.Event.GadgetData.Width
getset

The gadget's width in pixels. Optional.


The documentation for this class was generated from the following file: