MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MM Default Calendar Filter Full-Day Event Question

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 2 Posters 419 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jccjj
      last edited by

      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
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @jccjj
        last edited by

        @jccjj the default calendar does not provide a way to filter out events except by text in the event summary

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          jccjj @sdetweil
          last edited by

          @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

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @jccjj
            last edited by

            @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

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy