Read the statement by Michael Teeuw here.
Missing calendar item for daily recurrence
-
@sdetweil Could this also affect a calendar module setup for iCal that is now failing to show repeating events? I noticed that my MM calendar does not show any of the repeating events currently on our iCal. I have just started troubleshooting this, but I’ll stop if it’s a know issue.
-
@rrslssr ICal is another problem… we don’t process iCal directly… it MUST be ics form. (I don’t know how you get it there… or what the differences are)
node-ical processes to the ICAL format spec
-
@sdetweil Thanks for the response and looking into this.
I’m just trying to see if you already knew the problem or point me in the right direction of where to look so I can figure out a work around.
-
@golfyankee go back to the prior parser
cd ~/MagicMirror npm install node-ical@0.16.1
we know all about it, except the fix! lol
-
@sdetweil Just letting you know that this fix corrected my issue where my calendar module (setup for iCal) would not show repeating events. The repeating events are showing again. Thanks.