The issue of booking conference rooms

Nicholas 0 Reputation points
2024-09-03T17:47:22.4033333+00:00

My boss asked me if they could try scheduling meetings in Outlook and rooms on x days, x hours, and if there is another meeting in that hour on one of the days, it will cancel all scheduled days, not just the conflicting day.

Is it possible to keep another conflict free meeting booked instead of being deleted, and issue some warning messages to those who attempt to schedule a meeting that has already been booked for the day and needs to be scheduled for another day?

Thank you for all your help!

Microsoft Exchange Online
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Jing-MSFT 5,795 Reputation points Microsoft Vendor
    2024-09-04T06:47:03.1433333+00:00

    Hi,@Nicholas

    Thanks for posting your question in the Microsoft Q&A forum.

    Based on your description, when you want to book a meeting, Calendar Assistant does not automatically reject conflicting meeting requests if there is a conflict.

    You can achieve this by the following method:

    1.Connect to Exchange Online by using remote PowerShell.

    2.Run the following command:

    Get-CalendarProcessing -Identity "Meeting Room" | Set-CalendarProcessing -AllRequestOutOfPolicy $False
    
    

    If my answer is helpful to you, please mark it as the answer so that other users can refer to it. Thank you for your support and understanding.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.