Forum Discussion
Michiel van den Broek
May 13, 2019Iron Contributor
Meeting Room - Possible to only ask delegates in case of conflict?
I wonder if it is possible to set up a meeting room to auto accept meetings when the room is free and only require a respond from a delegate when there is a conflict? I cannot set this with the a...
TonyRedmond
May 13, 2019MVP
Michiel van den Broek The Set-CalendaringProcessing cmdlet is what you need to use https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/set-calendarprocessing?view=exchange-ps. Try setting AutomateProcessing to AutoAccept (Both the Calendar Attendant and resource booking attendant are enabled on the mailbox. This means that the Calendar Attendant updates the calendar, and then the resource booking assistant accepts the meeting based upon the policies. Eligible meeting organizers receive the decision directly without human intervention (free = accept; busy = decline).) and AllowConflicts to False (to force delegates to resolve conflicts).
Michiel van den Broek
May 13, 2019Iron Contributor
TonyRedmondTnx. :-)
I set up a new meeting room to test this:
1. New-Mailbox -Name "My Test Room" -Room
2. Get-CalendarProcessing: Mailbox is set to AutoAccept and AllowConflicts=False
3. Set-CalendarProcessing "My Test Room" -ResourceDelegates "Michiel" to set myself as a delegate (hope this doesn't cause a problem in testing this, as I will also be a organizer in the meeting???).
Then I created a meeting in my own calendar, inviting the meeting room:
1. Meeting 4:30 - 6:00 pm = auto accepted
2. Meeting 5:00 - 5:30 pm = auto declined
This is as expected, but I rather have:
1. Meeting 4:30 - 6:00 pm = auto accepted
2. Meeting 5:00 - 5:30 pm = tentatively accepted and a request to the delegate to accept/decline. (and perhaps a mail to the organizer to inform that his request is awaiting aproval...
Or is it either accept/decline automatically Or every request has to be manually accepted?
- TonyRedmondMay 13, 2019MVP
Michiel van den Broek Generally speaking it's best to use separate accounts for testing as you never know when permissions get in the way. We only have the parameters supported by the cmdlet. I'm not sure there's a way to get what you want. Maybe one of the Exchange engineers will see this and respond.
- TonyRedmondMay 16, 2019MVP
According to the engineers:
IF a resource delegate is set then all request are forwarded and accepted/declined manually by the delegate. There is no way to automate that today. The room status will change to tentative till delegate responds.
IF you want auto booking then you must remove the delegate. In the scenario described below the room shouldn't auto accept or auto decline because a delegate was set.
....