Because I have multiple Microsoft 365 accounts at work, each with a separate (unsynchronized) calendar, I often had scheduling issues because of overlapping events. To solve this problem, I built a Microsoft Power Automate flow that synchronizes two Outlook 365 calendars. There is a complementary blog post [1] that explains the approach, how it evolved from previous iterations (including their shortcomings), and how to configure the Power Automate flow. I also offer the pseudo code of the synchronization algorithm.<p>[1] <a href="https://www.augmentedmind.de/2023/02/26/synchronize-two-outlook-calendars/" rel="nofollow">https://www.augmentedmind.de/2023/02/26/synchronize-two-outl...</a>