Closed adamhassel closed 2 years ago
Bah, I realize that this is caused by a design decision (I don't want to call it a bug, because I'm not sure if it is in fact intentional or not) in the default calendar, which broadcasts all events prior to applying the hidePrivate
(and other) logic...
https://github.com/MichMich/MagicMirror/pull/2787 was merged, this should work on the develop branch now
Steps to reproduce:
hidePrivate: true
on the default calendar configExpected results:
Private events are not shown in either the monthly view or in the default calendar display
Actual results:
Private events are shown in the monthly view, but hidden (as they should be) in the default calendar display