Terug naar hoofdinhoud

"When I schedule a recurring meeting and the room is booked for one or more of the meetings, the room will decline the entire schedule of recurring meetings. How can I fix this?"

If the administrator wants to change the settings and you are using Exchange Server 2010 or 2013, the Set-CalendarProcessing cmdlet is used to allow conflicts and to configure how many conflicts are allowed.

Set-CalendarProcessing -Identity "Room 2" -AutomateProcessing AutoAccept -AllowRecurringMeetings:$true
-ConflictPercentageAllowed 75 -MaximumConflictInstances 3 -AllowConflicts:$false