Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d595b3c
Weekly OpenApiDocs Download. [run ci]
Mar 9, 2022
b4a4a05
Add generated MgCommandMetadata.json. [run ci]
Mar 10, 2022
07344ed
Docs Generation for Devices.CloudPrint [run ci]
Mar 10, 2022
19ce989
Docs Generation for Devices.CorporateManagement [run ci]
Mar 10, 2022
91dc73a
Docs Generation for DeviceManagement.Enrolment [run ci]
Mar 10, 2022
bf96772
Docs Generation for Users.Functions [run ci]
Mar 10, 2022
53f44d6
Docs Generation for Files [run ci]
Mar 10, 2022
05f6d5e
Docs Generation for Identity.Governance [run ci]
Mar 10, 2022
5193cc9
Docs Generation for CrossDeviceExperiences [run ci]
Mar 10, 2022
0eb62ef
Docs Generation for Identity.SignIns [run ci]
Mar 10, 2022
db4f358
Docs Generation for DirectoryObjects [run ci]
Mar 10, 2022
28112a1
Docs Generation for ChangeNotifications [run ci]
Mar 10, 2022
7f16285
Docs Generation for Bookings [run ci]
Mar 10, 2022
d52515e
Docs Generation for Identity.DirectoryManagement [run ci]
Mar 10, 2022
d7fd89f
Docs Generation for Education [run ci]
Mar 10, 2022
ecfc468
Docs Generation for Users [run ci]
Mar 10, 2022
7e0b7db
Docs Generation for Sites [run ci]
Mar 10, 2022
d67350b
Docs Generation for Users.Actions [run ci]
Mar 10, 2022
ab1cfe6
Docs Generation for DeviceManagement [run ci]
Mar 10, 2022
0968049
Docs Generation for Teams [run ci]
Mar 10, 2022
04cff3c
Docs Generation for Security [run ci]
Mar 10, 2022
c63acd3
Docs Generation for Groups [run ci]
Mar 10, 2022
7514d75
Merge branch 'dev' into DocsGeneration/202203100245
peombwa Mar 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.Bookings
Module Guid: a8bc8dc1-78ad-4dbd-a8a3-21e8809c0697
Module Guid: 2b613087-2170-4e01-be6c-e859d3d8db7e
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.bookings
Help Version: 1.0.0.0
Locale: en-US
Expand Down
64 changes: 32 additions & 32 deletions src/Bookings/Bookings/docs/v1.0-beta/New-MgBookingBusiness.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Accept wildcard characters: False
```

### -FilledAttendeesCount
The current number of customers in the appointment.
The current number of customers in the appointment

```yaml
Type: System.Int32
Expand Down Expand Up @@ -413,7 +413,7 @@ Accept wildcard characters: False
```

### -IsLocationOnline
True indicates that the appointment will be held online.
If true, indicates that the appointment will be held online.
Default value is false.

```yaml
Expand Down Expand Up @@ -445,6 +445,8 @@ Accept wildcard characters: False

### -MaximumAttendeesCount
The maximum number of customers allowed in an appointment.
If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment.
To create a customer, use the Create bookingCustomer operation.

```yaml
Type: System.Int32
Expand Down Expand Up @@ -474,7 +476,7 @@ Accept wildcard characters: False
```

### -OptOutOfCustomerEmail
True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -569,6 +571,7 @@ Accept wildcard characters: False

### -SelfServiceAppointmentId
An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
Only supported for appointment if maxAttendeeCount is 1.

```yaml
Type: System.String
Expand Down Expand Up @@ -646,7 +649,7 @@ Accept wildcard characters: False
```

### -SmsNotificationsEnabled
True indicates SMS notifications will be sent to the customers for the appointment.
If true, indicates SMS notifications will be sent to the customers for the appointment.
Default value is false.

```yaml
Expand Down Expand Up @@ -783,19 +786,19 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
- `[Duration <TimeSpan?>]`: The length of the appointment, denoted in ISO8601 format.
- `[End <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment
- `[InvoiceAmount <Double?>]`: The billed amount on the invoice.
- `[InvoiceDate <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
- `[InvoiceId <String>]`: The ID of the invoice.
- `[InvoiceStatus <String>]`: bookingInvoiceStatus
- `[InvoiceUrl <String>]`: The URL of the invoice in Microsoft Bookings.
- `[IsLocationOnline <Boolean?>]`: True indicates that the appointment will be held online. Default value is false.
- `[IsLocationOnline <Boolean?>]`: If true, indicates that the appointment will be held online. Default value is false.
- `[JoinWebUrl <String>]`: The URL of the online meeting for the appointment.
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment.
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
- `[OnlineMeetingUrl <String>]`:
- `[OptOutOfCustomerEmail <Boolean?>]`: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
- `[OptOutOfCustomerEmail <Boolean?>]`: If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
- `[PostBuffer <TimeSpan?>]`: The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
- `[PreBuffer <TimeSpan?>]`: The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
- `[Price <Double?>]`: The regular price for an appointment for the specified bookingService.
Expand All @@ -804,12 +807,12 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
- `[Message <String>]`: The message in the reminder.
- `[Offset <TimeSpan?>]`: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
- `[Recipients <String>]`:
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
- `[ServiceId <String>]`: The ID of the bookingService associated with this appointment.
- `[ServiceLocation <IMicrosoftGraphLocation>]`: location
- `[ServiceName <String>]`: The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.
- `[ServiceNotes <String>]`: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.
- `[SmsNotificationsEnabled <Boolean?>]`: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
- `[SmsNotificationsEnabled <Boolean?>]`: If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
- `[StaffMemberIds <String[]>]`: The ID of each bookingStaffMember who is scheduled in this appointment.
- `[Start <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone

Expand Down Expand Up @@ -840,8 +843,8 @@ CUSTOMERLOCATION <IMicrosoftGraphLocation>: location

END <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

INPUTOBJECT <IBookingsIdentity>: Identity Parameter
- `[BookingAppointmentId <String>]`: key: id of bookingAppointment
Expand All @@ -856,8 +859,8 @@ INPUTOBJECT <IBookingsIdentity>: Identity Parameter

INVOICEDATE <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

REMINDERS <IMicrosoftGraphBookingReminder[]>: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID.
- `[Message <String>]`: The message in the reminder.
Expand Down Expand Up @@ -891,8 +894,8 @@ SERVICELOCATION <IMicrosoftGraphLocation>: location

START <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Accept wildcard characters: False
```

### -FilledAttendeesCount
The current number of customers in the appointment.
The current number of customers in the appointment

```yaml
Type: System.Int32
Expand Down Expand Up @@ -413,7 +413,7 @@ Accept wildcard characters: False
```

### -IsLocationOnline
True indicates that the appointment will be held online.
If true, indicates that the appointment will be held online.
Default value is false.

```yaml
Expand Down Expand Up @@ -445,6 +445,8 @@ Accept wildcard characters: False

### -MaximumAttendeesCount
The maximum number of customers allowed in an appointment.
If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment.
To create a customer, use the Create bookingCustomer operation.

```yaml
Type: System.Int32
Expand Down Expand Up @@ -474,7 +476,7 @@ Accept wildcard characters: False
```

### -OptOutOfCustomerEmail
True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -569,6 +571,7 @@ Accept wildcard characters: False

### -SelfServiceAppointmentId
An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
Only supported for appointment if maxAttendeeCount is 1.

```yaml
Type: System.String
Expand Down Expand Up @@ -646,7 +649,7 @@ Accept wildcard characters: False
```

### -SmsNotificationsEnabled
True indicates SMS notifications will be sent to the customers for the appointment.
If true, indicates SMS notifications will be sent to the customers for the appointment.
Default value is false.

```yaml
Expand Down Expand Up @@ -783,19 +786,19 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
- `[Duration <TimeSpan?>]`: The length of the appointment, denoted in ISO8601 format.
- `[End <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
- `[FilledAttendeesCount <Int32?>]`: The current number of customers in the appointment
- `[InvoiceAmount <Double?>]`: The billed amount on the invoice.
- `[InvoiceDate <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone
- `[InvoiceId <String>]`: The ID of the invoice.
- `[InvoiceStatus <String>]`: bookingInvoiceStatus
- `[InvoiceUrl <String>]`: The URL of the invoice in Microsoft Bookings.
- `[IsLocationOnline <Boolean?>]`: True indicates that the appointment will be held online. Default value is false.
- `[IsLocationOnline <Boolean?>]`: If true, indicates that the appointment will be held online. Default value is false.
- `[JoinWebUrl <String>]`: The URL of the online meeting for the appointment.
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment.
- `[MaximumAttendeesCount <Int32?>]`: The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.
- `[OnlineMeetingUrl <String>]`:
- `[OptOutOfCustomerEmail <Boolean?>]`: True indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
- `[OptOutOfCustomerEmail <Boolean?>]`: If true indicates that the bookingCustomer for this appointment does not wish to receive a confirmation for this appointment.
- `[PostBuffer <TimeSpan?>]`: The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.
- `[PreBuffer <TimeSpan?>]`: The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.
- `[Price <Double?>]`: The regular price for an appointment for the specified bookingService.
Expand All @@ -804,12 +807,12 @@ BODYPARAMETER <IMicrosoftGraphBookingAppointment>: Represents a booked appointme
- `[Message <String>]`: The message in the reminder.
- `[Offset <TimeSpan?>]`: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.
- `[Recipients <String>]`:
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer.
- `[SelfServiceAppointmentId <String>]`: An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.
- `[ServiceId <String>]`: The ID of the bookingService associated with this appointment.
- `[ServiceLocation <IMicrosoftGraphLocation>]`: location
- `[ServiceName <String>]`: The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it is computed from the service associated with the appointment by the serviceId property.
- `[ServiceNotes <String>]`: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.
- `[SmsNotificationsEnabled <Boolean?>]`: True indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
- `[SmsNotificationsEnabled <Boolean?>]`: If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.
- `[StaffMemberIds <String[]>]`: The ID of each bookingStaffMember who is scheduled in this appointment.
- `[Start <IMicrosoftGraphDateTimeZone>]`: dateTimeTimeZone

Expand Down Expand Up @@ -840,8 +843,8 @@ CUSTOMERLOCATION <IMicrosoftGraphLocation>: location

END <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

INPUTOBJECT <IBookingsIdentity>: Identity Parameter
- `[BookingAppointmentId <String>]`: key: id of bookingAppointment
Expand All @@ -856,8 +859,8 @@ INPUTOBJECT <IBookingsIdentity>: Identity Parameter

INVOICEDATE <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

REMINDERS <IMicrosoftGraphBookingReminder[]>: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID.
- `[Message <String>]`: The message in the reminder.
Expand Down Expand Up @@ -891,8 +894,8 @@ SERVICELOCATION <IMicrosoftGraphLocation>: location

START <IMicrosoftGraphDateTimeZone>: dateTimeTimeZone
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}). For example, '2019-04-16T09:00:00'.
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for possible values.
- `[DateTime <String>]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
- `[TimeZone <String>]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.

## RELATED LINKS

Loading