Forum Discussion
DKTOA
Oct 24, 2023Copper Contributor
AllowConflicts question
I want to book 52 meetings in the same meeting room, same day of the week and same time. If there are less than 5 conflicts, meetings must be accepted for those without conflicts and rejected for tho...
DKTOA
Oct 24, 2023Copper Contributor
Hi LeonPavesic
Thanks for your reply.
I have now changed to $true. Now my meeting is accepted but I got an email which inform me that there is 7 conflicts ! I used -MaximumConflictInstances 5 so I though the meeting was rejected.
https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
-AllowConflicts
The AllowConflicts parameter specifies whether to allow conflicting meeting requests. Valid values are:
$true:
Conflicts are allowed. A recurring meeting series is accepted regardless of whether any occurrences conflict with existing bookings. The values of the ConflictPercentageAllowed or MaximumConflictInstances parameters are ignored.
Dan_Snape
Oct 24, 2023Steel Contributor
The allowconflicts parameter, should be set to false if you want to also use the MaximumConflictInstances parameter. Also note that the conflicting occurrences are declined and you will get notifications specifically for those instances. If this isn't the behaviour you are seeing, you might need to log a ticket with Microsoft as it is not working as designed and documented