A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Error with Outlook Calendar
-
I’ve added a troubleshooting topic
https://forum.magicmirror.builders/topic/13770/2-13-calendar-fix-for-office-365-users
-
@bokchok ok, looking thru your calendar, it has a custom timezone named ‘TZID:Eastern Standard Time 1’
none of the calendar code knows how to handle this… we don’t lookup the time to find the real name.
so you will get random results. the code I added looks up the windows timezone name in the
unicode.org supported cross reference table to get the IANA tz name the code can handle…the bug u found was that I ‘assumed’ the name would always be found… but not true…
-
@sdetweil Good to know! I’m glad this was helpful.