0

we are having an issue where our conference rooms are allowing meetings that start at the same time. We do have the room auto allow, "Allow conflicting meeting requests" is unchecked, "Conflict percentage allowed" is set to 0, "Maximum conflict instances" is set to 0. So I'm at a loss and all my googling says to check those settings.

enter image description here

CalebBurr
  • 11
  • 1

1 Answers1

0

Also try to use the command to enable & disable "Allow conflicting" settings and check again: Enable it first:

Set-CalendarProcessing RoomName -AllowConflict $true 

Then disable it:

Set-CalendarProcessing RoomName -AllowConflict $false -AutomateProcessing AutoAccept
Niko.Cheng
  • 511
  • 2
  • 4