<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MM Default Calendar Filter Full-Day Event Question]]></title><description><![CDATA[<p dir="auto"><strong>Summary</strong></p>
<p dir="auto">Using the default MM Calendar I am trying to filter out or hide the all-day events.</p>
<p dir="auto"><em>Example:</em></p>
<p dir="auto">In the MMM-CalendarExt3, I can use an If statement.</p>
<pre><code>eventFilter: (ev) =&gt; {
        if (ev.isFullday) return false
        return true
        },
</code></pre>
<p dir="auto">For the default cal:</p>
<p dir="auto">I have tried to use excludedEvents but I am not sure what to target</p>
<p dir="auto"><strong>Desired Results:</strong></p>
<ul>
<li>If the Calendar event is full day it is filtered or hidden</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/17575/mm-default-calendar-filter-full-day-event-question</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 02:07:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17575.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Jan 2023 16:33:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MM Default Calendar Filter Full-Day Event Question on Wed, 25 Jan 2023 17:15:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jccjj" aria-label="Profile: jccjj">@<bdi>jccjj</bdi></a> 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</p>
]]></description><link>https://forum.magicmirror.builders/post/107553</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107553</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 25 Jan 2023 17:15:47 GMT</pubDate></item><item><title><![CDATA[Reply to MM Default Calendar Filter Full-Day Event Question on Wed, 25 Jan 2023 16:59:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> - Thanks for the confirmation</p>
<p dir="auto">I will research other modules… I also use EXT3, which I believe needs the default cal but I have a crazy calendar :)</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/107552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107552</guid><dc:creator><![CDATA[jccjj]]></dc:creator><pubDate>Wed, 25 Jan 2023 16:59:18 GMT</pubDate></item><item><title><![CDATA[Reply to MM Default Calendar Filter Full-Day Event Question on Wed, 25 Jan 2023 16:57:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jccjj" aria-label="Profile: jccjj">@<bdi>jccjj</bdi></a> the default calendar does not provide a way to filter out events except by text in the event summary</p>
]]></description><link>https://forum.magicmirror.builders/post/107550</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/107550</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 25 Jan 2023 16:57:07 GMT</pubDate></item></channel></rss>