New-HaloAppointment¶
SYNOPSIS¶
Creates one or more appointments via the Halo API.
SYNTAX¶
1 |
|
DESCRIPTION¶
Function to send an appointment creation request to the Halo API
EXAMPLES¶
Example 1¶
1 |
|
{{ Add example description here }}
PARAMETERS¶
-Appointment¶
Object or array of objects containing properties and values used to create one or more new appointments.
1 2 3 4 5 6 7 8 9 |
|
-WhatIf¶
Shows what would happen if the cmdlet runs. The cmdlet is not run.
1 2 3 4 5 6 7 8 9 |
|
-Confirm¶
Prompts you for confirmation before running the cmdlet.
1 2 3 4 5 6 7 8 9 |
|
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.