Skip to content

Commit 1c50caa

Browse files
authored
Merge pull request MicrosoftDocs#8161 from MicrosoftDocs/chrisda
Update Set-CalendarProcessing.md
2 parents c48f7fa + 0685a58 commit 1c50caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ Accept wildcard characters: False
255255
### -AllowConflicts
256256
The AllowConflicts parameter specifies whether to allow conflicting meeting requests. Valid values are:
257257
258-
- $true: Conflicts are allowed.
259-
- $false: Conflicts aren't allowed. This is the default value.
258+
- $true: Conflicts are allowed. The recurring meeting series is accepted regardless of whether any occurrences conflict with existing bookings. Where conflicts occur, the individual occurrences are declined without notification messages to the meeting organizer. The values of the ConflictPercentageAllowed or MaximumConflictInstances parameters are ignored.
259+
- $false: Conflicts aren't allowed. This is the default value. Whether the entire series is declined depends on the amount of conflicts in the series: <br> • The series is declined if the number or percentage of conflicts is higher than the ConflictPercentageAllowed or MaximumConflictInstances parameter values. <br> • The series is accepted, but conflicting occurrences are declined if the number or percentage of conflicts is lower than the ConflictPercentageAllowed or MaximumConflictInstances parameter values. If the EnableResponseDetails parameter value is $true, the organizer will receive a notification email for each declined occurrence.
260260
261261
```yaml
262262
Type: Boolean

0 commit comments

Comments
 (0)