Forum Discussion
Michael Long
Oct 24, 2017Copper Contributor
Skype Room System Meeting Bookings
Hi, I have any issue when user books SRS (Logitech SmartDock with Surface Pro 4) for a meeting. It seems the SRS allows double booking at the same timing without any reject message to the latter...
Deleted
Oct 24, 2017What does your room/resource mailbox have set in the way of calendar processing?
Check: https://technet.microsoft.com/en-us/library/dd335046(v=exchg.141).aspx
May be as easy as setting the AllowConflicts setting correctly.
Set-CalendarProcessing -Identity <MailboxIdParameter> -AllowConflicts $false
Michael Long
Oct 25, 2017Copper Contributor
Thanks Clint! I will try it out.