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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login