< Back

New-MeetingTimeSuggestionObject

Sat Jan 18, 2020 12:38 pm

NAME New-MeetingTimeSuggestionObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.meetingTimeSuggestion" (or one of its derived types).





SYNTAX

New-MeetingTimeSuggestionObject [-attendeeAvailability <object[]>] [-confidence <double>] [-locations <object[]>]

[-meetingTimeSlot <object>] [-order <int>] [-organizerAvailability <string>] [-suggestionReason <string>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.meetingTimeSuggestion" (or one of its derived types).





PARAMETERS

-confidence <double>

The "confidence" property, of type "Edm.Double".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-order <int>

The "order" property, of type "Edm.Int32".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-organizerAvailability <string>

The "organizerAvailability" property, of type "microsoft.graph.freeBusyStatus".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-attendeeAvailability <object[]>

The "attendeeAvailability" property, of type "microsoft.graph.attendeeAvailability".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-locations <object[]>

The "locations" property, of type "microsoft.graph.location".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-suggestionReason <string>

The "suggestionReason" property, of type "Edm.String".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-meetingTimeSlot <object>

The "meetingTimeSlot" property, of type "microsoft.graph.timeSlot".



This property is on the "microsoft.graph.meetingTimeSuggestion" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS