Skip to content

Commit 61810a8

Browse files
authored
Merge pull request MicrosoftDocs#1332 from naminakao/patch-4
BookingType parameter should be described
2 parents a3118f3 + 41d8e8c commit 61810a8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

exchange/exchange-ps/exchange/mailboxes/Set-CalendarProcessing.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Set-CalendarProcessing [-Identity] <MailboxIdParameter> [-AddAdditionalResponse
2323
[-AddOrganizerToSubject <$true | $false>] [-AllBookInPolicy <$true | $false>]
2424
[-AllowConflicts <$true | $false>] [-AllowRecurringMeetings <$true | $false>]
2525
[-AllRequestInPolicy <$true | $false>] [-AllRequestOutOfPolicy <$true | $false>]
26-
[-AutomateProcessing <None | AutoUpdate | AutoAccept>] [-BookingWindowInDays <Int32>]
26+
[-AutomateProcessing <None | AutoUpdate | AutoAccept>] [-BookingType <Standard | Reserved>] [-BookingWindowInDays <Int32>]
2727
[-BookInPolicy <RecipientIdParameter[]>] [-Confirm] [-ConflictPercentageAllowed <Int32>]
2828
[-DeleteAttachments <$true | $false>] [-DeleteComments <$true | $false>]
2929
[-DeleteNonCalendarItems <$true | $false>] [-DeleteSubject <$true | $false>] [-DomainController <Fqdn>]
@@ -302,6 +302,21 @@ Accept pipeline input: False
302302
Accept wildcard characters: False
303303
```
304304
305+
### -BookingType
306+
Description of this parameter
307+
308+
```yaml
309+
Type:
310+
Parameter Sets: ()
311+
Aliases:
312+
Applicable:
313+
Required:
314+
Position:
315+
Default value:
316+
Accept pipeline input:
317+
Accept wildcard characters:
318+
```
319+
305320
### -BookingWindowInDays
306321
The BookingWindowInDays parameter specifies the maximum number of days in advance that the resource can be reserved. Valid input is an integer from 0 through 1080. The default value is 180 days. The value 0 means today.
307322

0 commit comments

Comments
 (0)