Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions exchange/exchange-ps/exchange/Set-CalendarProcessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ Set-CalendarProcessing [-Identity] <MailboxIdParameter>
[-DeleteSubject <Boolean>]
[-DomainController <Fqdn>]
[-EnableResponseDetails <Boolean>]
[-EnforceCapacity <Boolean>]
[-EnforceSchedulingHorizon <Boolean>]
[-ForwardRequestsToDelegates <Boolean>]
[-IgnoreDefaultScope]
[-MaximumConflictInstances <Int32>]
[-MaximumDurationInMinutes <Int32>]
[-MinimumDurationInMinutes <Int32>]
[-OrganizerInfo <Boolean>]
[-ProcessExternalMeetingMessages <Boolean>]
[-RemoveForwardedMeetingNotifications <Boolean>]
Expand Down Expand Up @@ -570,6 +572,27 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnforceCapacity
This parameter is available only in the cloud-based service.

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:

- $true: Capacity is enforced.
- $false: Capacity is not enforced. This is the default value.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnforceSchedulingHorizon
The EnforceSchedulingHorizon parameter controls the behavior of recurring meetings that extend beyond the date specified by the BookingWindowInDays parameter. Valid values are:

Expand Down Expand Up @@ -665,6 +688,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -MinimumDurationInMinutes
This parameter is available only in the cloud-based service.

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.

For recurring meetings, the value of this parameter applies to the length of an individual meeting instance.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -OrganizerInfo
The OrganizerInfo parameter specifies whether the resource mailbox sends organizer information when a meeting request is declined because of conflicts. Valid values are:

Expand Down