@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
@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
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: