From ec4874af9fe774a164bc3d35bac648cf01269810 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Fri, 29 Sep 2017 08:23:28 -0400 Subject: [PATCH] Added first revision of instructions. --- Office-365-Calendar-Support.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Office-365-Calendar-Support.md diff --git a/Office-365-Calendar-Support.md b/Office-365-Calendar-Support.md new file mode 100644 index 0000000..1907aab --- /dev/null +++ b/Office-365-Calendar-Support.md @@ -0,0 +1,8 @@ +Office 365 calendars create date formats that are incompatible with MM2. +Here are the instructions to fix it: + +1. Import your Office 365 calendar into a Google Calendar. This will take care of all the previous events of your calendar. +2. Go to [Microsoft Flow](https://flow.microsoft.com) and setup a Flow trigger that will create a new event in your Google Calendar whenever an event in Office 365 is created. [Here is a guide to help with this task.](https://shift.newco.co/sync-your-calendars-using-microsoft-flow-and-yes-google-calendar-works-too-a28be5a604dd) +3. Go to Google Calendar and create a private address to use in the calendar module for your Magic Mirror. + +This trigger will run every 5 minutes. Make sure to give it time after you create a new event in Office 365 to appear in Google Calendar. Past events will NOT be created using Flow; to do this, follow stop one to import your calendar into Google Calendar. \ No newline at end of file