<?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[Calender: CustomEvents is not transform&#x2F;replacing text correctly]]></title><description><![CDATA[<p dir="auto">Hello, i am using 2.26 and have some issues with Calender.<br />
I am trying to replace a Title like “Wertstoffe 1100L 2-wöchentlich” with “Gelbe Tonne”.<br />
My CustomEvent:</p>
<pre><code>customEvents: [
     {keyword: 'Wertstoffe', transform: { search: '.*' , replace: 'Gelbe Tonne'}}
]
</code></pre>
<p dir="auto">My output is: <strong>GelbeTonneGelbeTonne</strong></p>
<p dir="auto">From my understanding if “Wertstoffe” is found in a title, search ‘.*’ will pick the whole Line and completely replace with my new string.</p>
<p dir="auto">What could be the issue here ?</p>
<p dir="auto">Regards,<br />
Wolfgang</p>
]]></description><link>https://forum.magicmirror.builders/topic/18370/calender-customevents-is-not-transform-replacing-text-correctly</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:43:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18370.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jan 2024 08:24:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calender: CustomEvents is not transform&#x2F;replacing text correctly on Wed, 10 Jan 2024 13:10:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wookydo" aria-label="Profile: WookyDO">@<bdi>WookyDO</bdi></a> can you show me the event from the ICS file?</p>
<pre><code>curl -sL cal_url &gt;someicsfile.txt
</code></pre>
<p dir="auto">then edit to find the</p>
<pre><code>BEGIN:VEVENT
....
...
END:VEVENT
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114295</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114295</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 10 Jan 2024 13:10:40 GMT</pubDate></item></channel></rss>