<?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[Not able to exclude events from default calendar]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am not able to exclude certain events from the default calendar.</p>
<p dir="auto">For example I am trying to hide the event “Allerheiligen”. I use this calendar “<a href="https://feiertag.info/ical/schweiz/2020/" target="_blank" rel="noopener noreferrer nofollow ugc">https://feiertag.info/ical/schweiz/2020/</a>” with the following configuration:</p>
<pre><code>    {
      module: "calendar",
      header: "Schweiz Feiertage",
      position: "top_left",
      config: {
        maximumEntries: 5, // Total Maximum Entries
        excludedEvents: ['Allerheiligen'],
        timeFormat: "absolute",
        dateFormat: "DD. MMM ",
        dateEndFormat: "LT",

        fullDayEventDateFormat: "DD. MMM",
        calendars: [{
          symbol: "calendar-check",
          url: "https://feiertag.info/ical/schweiz/2020/",
        }]
      }
    },
</code></pre>
<p dir="auto">Does anyone have an idea what’s wrong with the configuration or what the problem might be?</p>
]]></description><link>https://forum.magicmirror.builders/topic/13920/not-able-to-exclude-events-from-default-calendar</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 16:04:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13920.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Oct 2020 16:06:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not able to exclude events from default calendar on Tue, 27 Oct 2020 19:30:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/theskyisthelimit" aria-label="Profile: theskyisthelimit">@<bdi>theskyisthelimit</bdi></a> hm…</p>
<p dir="auto">I used your excluded list (cut/paste)  and ics and they were excluded…<br />
( I had a second excluded:  in the config.js cal entry and it won the 1st time)</p>
]]></description><link>https://forum.magicmirror.builders/post/84008</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84008</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 27 Oct 2020 19:30:16 GMT</pubDate></item></channel></rss>