Read the statement by Michael Teeuw here.
Default Calendar not updating with new info
-
MM Software = 2.21.0
Module = Default Calendar
Calendar = Google ical using secret addressIssue:
If I update the original location to a new location in my google calendar, the update of new location doesn’t reflect in MM Default Calendar module. Reboot/Restart to no avail. The default calendar still shows the original location when I had first created the event.I tried updating “calendarfetcher.js” using the following link:
https://forum.magicmirror.builders/topic/9894/default-module-calendar-not-updating
however, this did not work either. At a loss… Any advice?
-
@dkhorse74 can u pull the ics file after your update and verify the event is there
curl -sL your_ical_url >somefile.txt
then examine somefile.txt for your modified event
-
@sdetweil said in Default Calendar not updating with new info:
@dkhorse74 can u pull the ics file after your update and verify the event is there
curl -sL your_ical_url >somefile.txt
then examine somefile.txt for your modified event
Will do once I get back into town tomorrow. Thanks @sdetweil
-
@sdetweil
I created a test event today… I will update the location of this test event tomorrow and run the curl command to see results -
@dkhorse74 said in Default Calendar not updating with new info:
@sdetweil
I created a test event today… I will update the location of this test event tomorrow and run the curl command to see results@sdetweil
so the issue is isolated with repeated events.If, for example, I enter a repeated event which is to occur every Sunday at the same location and then I edit the location of just one of those repeated events that’s where the location update fails.
I redirected the URL output (per your suggestion) and I still see the old location in the file. Any ideas what would cause this?
-
@dkhorse74 no. thats from the Google calendar, nothing on mm side
-
@dkhorse74 do you see a unique VEVENT
with recurrence-id set to the base VEVENT datetime?this indicates a modified recurrence