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.
Anyway to prevent that?
2 Replies
- Deleted
What 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).aspxMay be as easy as setting the AllowConflicts setting correctly.
Set-CalendarProcessing -Identity <MailboxIdParameter> -AllowConflicts $false
- Michael LongCopper ContributorThanks Clint! I will try it out.