A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM Default Calendar Filter Full-Day Event Question
-
Summary
Using the default MM Calendar I am trying to filter out or hide the all-day events.
Example:
In the MMM-CalendarExt3, I can use an If statement.
eventFilter: (ev) => { if (ev.isFullday) return false return true },
For the default cal:
I have tried to use excludedEvents but I am not sure what to target
Desired Results:
- If the Calendar event is full day it is filtered or hidden
-
@jccjj the default calendar does not provide a way to filter out events except by text in the event summary
-
@sdetweil - Thanks for the confirmation
I will research other modules… I also use EXT3, which I believe needs the default cal but I have a crazy calendar :)
Thank you
-
@jccjj yes, ext3 uses the info from the default calendar module. it’s a pain to parse the calendar, the author decided to use what we found