Forum Discussion
fiterbek
Oct 22, 2021Brass Contributor
Deleted Booking calendars still showing up in recently opened calendar's list
When having access to multiple Bookings calendars, you can open these via the dropdown menu next to the name of the Booking calendar in the Bookings UI (by clicking the downward arrow next to the cal...
- Feb 22, 2022A bit late, since the Bookings team already developed a fix for this issue, but I made a video explaining in detail the cause of this behavior and how to fix this right now. The video demonstrates a technique that can be used while investigating other types of issues, so I think that your time won't be wasted if you watch it.
https://youtu.be/vuQDJjgk12Y
Victor_Ungureanu
Microsoft
Feb 22, 2022A bit late, since the Bookings team already developed a fix for this issue, but I made a video explaining in detail the cause of this behavior and how to fix this right now. The video demonstrates a technique that can be used while investigating other types of issues, so I think that your time won't be wasted if you watch it.
https://youtu.be/vuQDJjgk12Y
https://youtu.be/vuQDJjgk12Y
- yohanimMar 14, 2023Copper ContributorDunno why the Microsoft Product has so many bugs. I have faced the same issue with SharePoint and after contacting the support (for a couple of weeks) The engineer suggests to delete the cache as the video suggests.
So for anyone wanted to use this command, here is some command that he uses.
1. Install-Module -Name ExchangeOnlineManagement -RequiredVersion 3.1.0 (if you never install)
2. Connect-ExchangeOnline
3. Login
4. Get-Mailbox -RecipientTypeDetails scheduling
5. Get-MailboxUserConfiguration -Mailbox your.name -Identity Configuration\* | Out-GridView -PassThru
6. Remove-MailboxUserConfiguration -Mailbox your.name -Identity Configuration\IPM.Configuration.OWA.ViewStateConfiguration - fiterbekFeb 24, 2022Brass ContributorThanks, it is definitely useful to see how Bookings works in the background and how to fix the problem now if it occurs while the fix is not yet rolled out to our tenant. Much appreciated!