Skip to content

Commit b5dd85e

Browse files
authored
Merge pull request MicrosoftDocs#6801 from MicrosoftDocs/CalendarProc-chrisda
CalendarProc-chrisda to Master
2 parents 259cef2 + b0a5ab8 commit b5dd85e

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

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

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ Set-CalendarProcessing [-Identity] <MailboxIdParameter>
4343
[-DeleteSubject <Boolean>]
4444
[-DomainController <Fqdn>]
4545
[-EnableResponseDetails <Boolean>]
46+
[-EnforceCapacity <Boolean>]
4647
[-EnforceSchedulingHorizon <Boolean>]
4748
[-ForwardRequestsToDelegates <Boolean>]
4849
[-IgnoreDefaultScope]
4950
[-MaximumConflictInstances <Int32>]
5051
[-MaximumDurationInMinutes <Int32>]
52+
[-MinimumDurationInMinutes <Int32>]
5153
[-OrganizerInfo <Boolean>]
5254
[-ProcessExternalMeetingMessages <Boolean>]
5355
[-RemoveForwardedMeetingNotifications <Boolean>]
@@ -570,6 +572,27 @@ Accept pipeline input: False
570572
Accept wildcard characters: False
571573
```
572574

575+
### -EnforceCapacity
576+
This parameter is available only in the cloud-based service.
577+
578+
The EnforceCapacity parameter specifies whether to restrict the number of attendees to the capacity of the workspace. For example, if capacity is set to 10, then only 10 people can book the workspace. Valid values are:
579+
580+
- $true: Capacity is enforced.
581+
- $false: Capacity is not enforced. This is the default value.
582+
583+
```yaml
584+
Type: Boolean
585+
Parameter Sets: (All)
586+
Aliases:
587+
Applicable: Exchange Online
588+
589+
Required: False
590+
Position: Named
591+
Default value: None
592+
Accept pipeline input: False
593+
Accept wildcard characters: False
594+
```
595+
573596
### -EnforceSchedulingHorizon
574597
The EnforceSchedulingHorizon parameter controls the behavior of recurring meetings that extend beyond the date specified by the BookingWindowInDays parameter. Valid values are:
575598

@@ -665,6 +688,26 @@ Accept pipeline input: False
665688
Accept wildcard characters: False
666689
```
667690

691+
### -MinimumDurationInMinutes
692+
This parameter is available only in the cloud-based service.
693+
694+
The MinimumDurationInMinutes parameter specifies the minimum duration in minutes for meeting requests. A valid value is an integer from 0 through INT32 (2147483647). The default value is 0, which means there is no minimum duration.
695+
696+
For recurring meetings, the value of this parameter applies to the length of an individual meeting instance.
697+
698+
```yaml
699+
Type: Int32
700+
Parameter Sets: (All)
701+
Aliases:
702+
Applicable: Exchange Online
703+
704+
Required: False
705+
Position: Named
706+
Default value: None
707+
Accept pipeline input: False
708+
Accept wildcard characters: False
709+
```
710+
668711
### -OrganizerInfo
669712
The OrganizerInfo parameter specifies whether the resource mailbox sends organizer information when a meeting request is declined because of conflicts. Valid values are:
670713

0 commit comments

Comments
 (0)