-
Notifications
You must be signed in to change notification settings - Fork 10
New GCalendarEventGadgetDataObj
Creates a new Calendar API Event.GadgetData object.
New-GCalendarEventGadgetDataObj [[-Display] <String>] [[-Height] <Int32>] [[-IconLink] <String>]
[[-Link] <String>] [[-Preferences] <System.Collections.Generic.IDictionary`2[System.String,System.String]>]
[[-Title] <String>] [[-Type] <String>] [[-Width] <Int32>] [-WhatIf] [-Confirm]
This provides a Cmdlet-Based approach to creating a Event.GadgetData object which may be required as a parameter for some other Cmdlets in the Calendar API category.
You could alternately create this object by calling New-Object -TypeName Google.Apis.Calendar.v3.Data.Event.GadgetData
PS C:\> New-GCalendarEventGadgetDataObj
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
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.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The gadget's height in pixels. The height must be an integer greater than 0. Optional.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The gadget's icon URL. The URL scheme must be HTTPS.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The gadget's URL. The URL scheme must be HTTPS.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Preferences.
Type: System.Collections.Generic.IDictionary`2[System.String,System.String]
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The gadget's title.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The gadget's type.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The gadget's width in pixels. The width must be an integer greater than 0. Optional.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
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.
The gadget's height in pixels. The height must be an integer greater than 0. Optional.
The gadget's icon URL. The URL scheme must be HTTPS.
The gadget's URL. The URL scheme must be HTTPS.
System.Collections.Generic.IDictionary`2System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Preferences.
The gadget's title.
The gadget's type.
The gadget's width in pixels. The width must be an integer greater than 0. Optional.
Part of the gShell Project, relating to the Google Calendar API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads