@bhepler Oke first off all, sorry for my late reaction I was luckily enough to have a long vacation… :) I finally finished the housing of the mirror and planning to fasten it in my bedroom today. The last time I checked (3 days ago) my office 365 calendar runs just fine. Maybe you cant make an test appointment in your agenda and DM me the Ical file so I can check how my MM response to your generated Ical file.
Read the statement by Michael Teeuw here.
Latest posts made by hermpi
-
RE: Office 365 calendar issues
-
RE: Office 365 calendar issues
@cohron Everything works fine now thanks to: https://github.com/MichMich/MagicMirror/pull/875
cheers!
-
RE: Office 365 calendar issues
@cohron (#*$&,. I just figured out that this only happens when you set to a time zone with multiple cities… So i can set the timezone to a same one as I live in with only one name like: “UTC+01:00 Windhoek”. I ask if this is a problem we/they need to fix in MM or that our big friend from Microsoft had to set up there ical files right. I keep you updated ;)
-
RE: Office 365 calendar issues
@cohron Oke, I will do that. I just checked my own calendar again and only if I save the appointment in timezone “Coordinated Universal Time” it works. Or if I set my overall timezone to UTC… But that’s not a solution because then everything is set to that time and I’m living in the UTC+1 zone.
-
RE: Office 365 calendar issues
@cohron I just start up my PI and yes the calendar works partially… I don’t know if the reason is the deleting of the re-announcing tasks or there was something wrong with the server Sunday night. De strange thing is that most of my tasks show a invalid date error. Only the tasks that have the “whole day” option checked are displaying correctly. I don’t know if you familiar with ICS files but I think it has to do with these line of codes:
// This works (Whole day checked) DTSTART;VALUE=DATE:20170421 DTEND;VALUE=DATE:20170423 // This gives invalid date error DTSTART;TZID="(UTC+01:00) Amsterdam, Berlijn, Bern, Rome, Stockholm, Wenen":2 0170412T080000 DTEND;TZID="(UTC+01:00) Amsterdam, Berlijn, Bern, Rome, Stockholm, Wenen":201 70412T090000
Could you check what is set for DTSTART and DTEND in your ICS file?
-
RE: Office 365 calendar issues
@cohron Yeah that’s exactly the page were i generated my ICS with Full details in the permissions ;) Maybe it has something to do with the tasks in my agenda that returns weekly and are scheduled till infinity in the calendar.? This weekend I will troubleshoot the problem again and maybe i come to a answer why my calendar won’t load…
-
Office 365 calendar issues
Hi all,
I’m trying to add my private calendar feed from the office 365 calendar of my job. I successfully added my google calendar but with the office 365 from work I ran in to some issues.If I try to load in my main calendar named “agenda” the MagicMirror is constantly displaying loading. Then I added a new agenda and put in one appointment to test if this will work. The answers is not quite: It displayed the appointment but it says its ending within an Invalid date (see attached picture)
The question is if there is something wrong with the ics generated by Office 365 for business? Does anyone managed to get his work-agenda up and running? Here is he code from my config file:
{ module: "calendar", position: "bottom_left", config: { calendars: [ //{ // url: 'https://calendar.google.com/calendar/ical/mailadres@gmail.com/private-string/basic.ics' //}, { symbol: 'calendar', url: 'https://outlook.office365.com/owa/calendar/string@work.com/private-string/calendar.ics' }, { symbol: 'calendar', url: 'https://outlook.office365.com/owa/calendar/string@work.com/private-string/calendar.ics' }, ], } },