Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

In Exchange Online, you experience one of the following symptoms. 

Symptom 1

When you create a meeting and then select a conference room list in Scheduling Assistant, the list is displayed briefly but then disappears.

Symptom 2

When you create a meeting and then add an individual conference room in Scheduling Assistant, the room is displayed briefly but then disappears.

Symptom 3

If you add multiple rooms to a meeting in Scheduling Assistant, the whole list of rooms disappears.

Cause

These issues occur if one of the following conditions is true:

  • Cause 1: The room mailbox settings specify invalid working hours. For example, the end-time setting is earlier than the start-time setting.

  • Cause 2: Incorrect working hours are configured on the mailbox.

  • Cause 3: The working hours time zone of the user or shared mailbox that’s scheduling the room doesn’t match the working hours time zone of the room.

Resolution

To resolve the issue that's described in Cause 1, reset the working hours in the room mailbox to a valid value.

Note You must first locate the affected mailbox or mailboxes. To do this, add the mailboxes from the room list to Scheduling Assistant one at a time until they disappear. The last mailbox that you added is the affected mailbox.

After you locate an affected mailbox, follow these steps:
 

  1. Grant your account full access permissions to the conference rooms.

  2. Use your account to sign in to Microsoft Outlook Web App.

  3. Click your name in the upper-right corner of the window.

  4. In the Open Other Mailbox box, open the conference room mailbox, click Options, and then click See All Options.

  5. In the navigation pane, click Settings, and then click Calendar.

  6. You may receive an error message. Regardless, change the working hours to something different from their current setting, and then click Save.

To resolve the issue that's described in Cause 2, change the working hours. To do this, follow these steps:

  1. Use the Get-MailboxCalendarConfiguration PowerShell cmdlet to check the WorkingHoursStartTime and WorkingHoursEndTime values.

  2. Use the following PowerShell cmdlets to change the values in PowerShell: Set-MailboxCalendarConfiguration -Identity username -WorkingHoursStartTime hh:mm:ss and Set-MailboxCalendarConfiguration -Identity username -WorkingHoursEndTime hh:mm:ss Note You may receive a "The end time that you entered occurs before the start time. The start time must occur before the end time if the WorkingHoursEndTime is set with a value before WorkingHoursStartTime" warning.

To resolve the issue that's described in Cause 3, change the working hours time zone of the user or shared mailbox to match the room mailbox. To do this, follow these steps: 

  1. Use the following PowerShell cmdlet to check the WorkingHoursTimeZone parameter values. Get-MailboxCalendarConfiguration

  2. Use the following PowerShell cmdlet to change the value.  Set-MailboxCalendarConfiguration -Identity Mailbox -WorkingHoursTimeZone <ExTimeZoneValue>

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×