<?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[clearSchedule doesn&#x27;t delete schedule: Missed any changes?]]></title><description><![CDATA[<p dir="auto">Hello there,</p>
<p dir="auto">"last year" my script was working fine face_with_rolling_eyes:</p>
<p dir="auto">In a script (usage context: garden irrigation, thus unused for a while but also unchanged) I'm a scheduling function executions which I used to clear in case of any need to stop the whole process prematurely.</p>
<p dir="auto">I'm using the exact code from the Github docs:</p>
<pre><code>list = getSchedules();
list.forEach(schedule =&gt; clearSchedule(schedule));
</code></pre>
<p dir="auto">This worked (at least last year). Now, with adapter v 9.0.11 (stable) or 9.1.1 it does not any more.</p>
<p dir="auto">When changed as follows, the log even ...</p>
<pre><code>list = getSchedules();
list.forEach(schedule =&gt; log(JSON.stringify(schedule)));
list.forEach(schedule =&gt; clearSchedule(schedule));

list = getSchedules();
list.forEach(schedule =&gt; log(JSON.stringify(schedule)));
</code></pre>
<p dir="auto">... show the same scheduler list twice.</p>
<p dir="auto">DId I miss relevant changes not reflected in the Github docs?</p>
]]></description><link>https://forum.iobroker.net/topic/84216/clearschedule-doesn-t-delete-schedule-missed-any-changes</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 17:00:57 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/84216.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Apr 2026 11:35:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to clearSchedule doesn&#x27;t delete schedule: Missed any changes? on Fri, 03 Apr 2026 11:56:44 GMT]]></title><description><![CDATA[<p dir="auto">Follow here<br />
<a href="https://forum.iobroker.net/post/1332936">https://forum.iobroker.net/post/1332936</a></p>
]]></description><link>https://forum.iobroker.net/post/1332937</link><guid isPermaLink="true">https://forum.iobroker.net/post/1332937</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 03 Apr 2026 11:56:44 GMT</pubDate></item><item><title><![CDATA[Reply to clearSchedule doesn&#x27;t delete schedule: Missed any changes? on Fri, 03 Apr 2026 11:47:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/revilo1337" aria-label="Profile: revilo1337">@<bdi>revilo1337</bdi></a> I think you shoud prefer the German section.<br />
You'll address 99.9% of all users there</p>
]]></description><link>https://forum.iobroker.net/post/1332935</link><guid isPermaLink="true">https://forum.iobroker.net/post/1332935</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 03 Apr 2026 11:47:33 GMT</pubDate></item><item><title><![CDATA[Reply to clearSchedule doesn&#x27;t delete schedule: Missed any changes? on Fri, 03 Apr 2026 11:46:20 GMT]]></title><description><![CDATA[<p dir="auto">No intention, but perhaps some degree of incompetence. I can do it in English too though :)</p>
]]></description><link>https://forum.iobroker.net/post/1332934</link><guid isPermaLink="true">https://forum.iobroker.net/post/1332934</guid><dc:creator><![CDATA[revilo1337]]></dc:creator><pubDate>Fri, 03 Apr 2026 11:46:20 GMT</pubDate></item><item><title><![CDATA[Reply to clearSchedule doesn&#x27;t delete schedule: Missed any changes? on Fri, 03 Apr 2026 11:39:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/revilo1337" aria-label="Profile: revilo1337">@<bdi>revilo1337</bdi></a><br />
Did you post in the English section intentionally?<br />
Why do you use German language then?</p>
]]></description><link>https://forum.iobroker.net/post/1332930</link><guid isPermaLink="true">https://forum.iobroker.net/post/1332930</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Fri, 03 Apr 2026 11:39:27 GMT</pubDate></item></channel></rss>