Hey Guys -
Been using MM for a while which has always synced my M365 calendar (either directly using ICS or passthrough via Google shared ICS). A couple of days ago, MM stopped showing the events and just displayed “Loading…”
MM logs look normal as they show it’s broadcasting events and refreshing at the configured timeout, so not sure what’s up. Below is what I’ve tried and my config (which hasn’t changed since it was working.)
What I’ve tried (All resulted in same “Loading” message)
- Updating all OS packages, MM, & MMPM + restart
- Using Google ICS instead of M365 one in config.js
- Using config.js.sample & only replacing URL with my ICS
- Searching forum & Google like a madman :)
Calendar Config
{
module: "calendar",
header: "Work Calendar",
position: "top_left",
config: {
//maxTitleLines: "1",
hidePrivate: "false",
//maxTitleLength: "30",
maximumEntries:"13",
fetchInterval: 30000,
fade: "false",
//wrapEvents: "false",
excludedEvents: ['OOF', 'Vacation', 'Bash', 'Resource', 'OOO', {filterBy: '\bOOF\b', regex: true}],
calendars: [
{
symbol: "calendar-check",
url: "https://outlook.office365.com/owa/calendar/xxxxx/calendar.ics",
//url: "https://calendar.google.com/calendar/ical/xxxxx%40import.calendar.google.com/public/basic.ics",
maximumEntries:"13"}
]
}
},
Any suggestions? Thanks!