We have a conf room with video facility, i created a room mailbox for the same.
no auto approve requied for this mailbox,Now i need this room mail box to be to delegated to my reception,
so that she can approve the request based on the avilability
also i want the room mailbox calendar to be appear in her Outlook calendar.
Please help on this
Thanks in advance
Senthilkumar
You have posted in an Exchange 2013 forum. The Exchange previous versions forums are here: http://social.technet.microsoft.com/Forums/en-US/category/exchangeserverlegacy
Set-CalendarProcessing
https://technet.microsoft.com/en-us/library/dd335046(v=exchg.141).aspx
You can make the delegate a calendar owner and then she should be able to configure that wit
Hi,
If you want to make the room mailbox can allow in-policy request automatically, we can do the following settings for resource mailbox calendar:
Set-CalendarProcessing -Identity "Room A" -AutomateProcessing AutoAccept -AllBookInPolicy $True -AllRequestInPolicy $False
https://technet.microsoft.com/en-us/library/dd335046(v=exchg.141).aspx
Regards,
David