Read the statement by Michael Teeuw here.
MMM-calendarExt3 filter agendas
-
@redux703
if you show the default calendar do these date issues appear there? -
@sdetweil
Yep it still shows there.
While in the source agenda (google calendar on the phone etc) it is still correct. It also seems only to happen with “jarig” in the title. But some are also correct -
@redux703 ok, can you provide an event entry from the ical data?
this part of the default cal has just been rewritten
we need to open an issue on the MagicMirror github page -
@sdetweil
How can i do that? -
to get the cal in text do
curl -sL your-cal-url > somefile.txt
the cal is just a text file
edit with genie, nano, whatever you are comfortable withfind the event entry THAT
BEGIN:VEVENT
…
…
END:VEVENTdont delete any lines, but you can xxx out whatever
dont change the uid line -
@sdetweil hey the error was probably comming from the agenda it self… it was put in the samsung agenda app, which would add it to the hotmail calemdar that would sync with google agenda.
The only problem i now still have is the calendarSet.
It still doesnt filter out the calendars i dont want… -
@redux703 calendarSet should only pick the different default calendar (s)
the filter function allows you to check different event characteristics, title, date…
-