<?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[Calendar events showing on wrong day.]]></title><description><![CDATA[<p dir="auto">I have noticed that some events (particularly those later in the day, or all day events) have been showing up a day late. I have tried adjusting the config options to absolute on the calendar module, as well as updating to the most recent develop  version, however neither of these have fixed the issue. Has anyone else had run into this issue, or know how to fix it?</p>
]]></description><link>https://forum.magicmirror.builders/topic/15878/calendar-events-showing-on-wrong-day</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 01:04:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15878.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Nov 2021 00:35:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Wed, 04 May 2022 20:52:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/flyedge" aria-label="Profile: flyedge">@<bdi>flyedge</bdi></a> great info, thank you…</p>
<p dir="auto">I see the issue, but don’t yet know why it is behaving this way (compared to previous releases) and don’t know how to fix it yet.</p>
<p dir="auto">luxon (which returns the dates matching a repeating rule RRULE) might have fixed their bad behavior…<br />
where they jammed the non UTC date onto the UTC time<br />
in this old case it would have been<br />
2022-02-5-10T01:00:00Z<br />
where I was correcting the mangled  event date</p>
]]></description><link>https://forum.magicmirror.builders/post/101667</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101667</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 04 May 2022 20:52:25 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Wed, 04 May 2022 18:47:17 GMT]]></title><description><![CDATA[<p dir="auto">Sorry to bring up an old thread, but I ended up getting to busy to finish dealing with that issue back when I started the thread. I think I ended up just creating an individual event for each item on the calendar if memory serves.<br />
I have run into the issue again though. I went through the responses of the person with the same issue, and was about to try and add in those same fixes however it appears that they are part of the main program now.</p>
<p dir="auto">I pulled the ICS file, and the debug file from the event and will attach them here, but from my very basic understanding, it almost appears that it is changing the time zone on the recurring event even when that isn’t appropriate, I am assuming that is where the issue is arising from.</p>
<p dir="auto">ics:</p>
<pre><code>BEGIN:VEVENT
DTSTART;TZID=America/Edmonton:20220510T190000
DTEND;TZID=America/Edmonton:20220510T210000
RRULE:FREQ=WEEKLY;UNTIL=20220713T055959Z
DTSTAMP:20220504T175603Z
UID:E273826A-0F74-4F0D-BA17-A59824B3D8AC
CREATED:20220216T184435Z
DESCRIPTION:
LAST-MODIFIED:20220216T184435Z
LOCATION:xx
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Class
TRANSP:OPAQUE
END:VEVENT

</code></pre>
<p dir="auto">Debug:</p>
<pre><code>{"type":"VEVENT","params":[],"start":"2022-05-11T01:00:00.000Z","datetype":"date-time","end":"2022-05-11T03:00:00.000Z","rrule":{"_cache":{"all":false,"before":[],"after":[],"between":[]},"origOptions":{"tzid":"America/Edmonton","dtstart":"2022-05-11T01:00:00.000Z","freq":2,"until":"2022-07-13T05:59:59.000Z"},"options":{"freq":2,"dtstart":"2022-05-11T01:00:00.000Z","interval":1,"wkst":0,"count":null,"until":"2022-07-13T05:59:59.000Z","tzid":"America/Edmonton","bysetpos":null,"bymonth":null,"bymonthday":[],"bynmonthday":[],"byyearday":null,"byweekno":null,"byweekday":[2],"bynweekday":null,"byhour":[1],"byminute":[0],"bysecond":[0],"byeaster":null}},"dtstamp":"2022-05-01T23:21:41.000Z","uid":"E273826A-0F74-4F0D-BA17-A59824B3D8AC","created":"2022-02-16T18:44:35.000Z","description":"","lastmodified":"2022-02-16T18:44:35.000Z","location":"Canada","sequence":"0","status":"CONFIRMED","summary":"Class","transparency":"OPAQUE","method":"PUBLISH"}
[01.05.2022 17:21.45.608] [DEBUG] start: Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.610] [DEBUG] end:: Tue May 10 2022 21:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.629] [DEBUG] duration: 7200000
[01.05.2022 17:21.45.633] [DEBUG] title: Class
[01.05.2022 17:21.45.637] [DEBUG] Search for recurring events between: Sun May 01 2022 17:21:45 GMT-0600 (Mountain Daylight Time) and Wed Jun 29 2022 23:59:59 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.654] [DEBUG] Title: Class, with dates: ["2022-05-11T01:00:00.000Z","2022-05-18T01:00:00.000Z","2022-05-25T01:00:00.000Z","2022-06-01T01:00:00.000Z","2022-06-08T01:00:00.000Z","2022-06-15T01:00:00.000Z","2022-06-22T01:00:00.000Z","2022-06-29T01:00:00.000Z"]
[01.05.2022 17:21.45.656] [DEBUG] event.recurrences: undefined
[01.05.2022 17:21.45.659] [DEBUG]  recurring date is Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time) offset is 360
[01.05.2022 17:21.45.663] [DEBUG]  recurring date is Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time) offset is 6 Hour is 19
[01.05.2022 17:21.45.665] [DEBUG] new recurring date2 is Wed May 11 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.666] [DEBUG] Corrected startDate: Wed May 11 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.666] [DEBUG] initial tz=America/Edmonton
[01.05.2022 17:21.45.667] [DEBUG] corrected tz=America/Edmonton
[01.05.2022 17:21.45.668] [DEBUG] start date/time=Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.669] [DEBUG] start offset=-360
[01.05.2022 17:21.45.672] [DEBUG] start date/time w tz =Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.674] [DEBUG] event date=Wed May 11 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.675] [DEBUG] event offset=-360 hour=19 event date=Wed May 11 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.676] [DEBUG] adjustHours=0
[01.05.2022 17:21.45.676] [DEBUG] duration: 7200000
[01.05.2022 17:21.45.678] [DEBUG] saving event: false
[01.05.2022 17:21.45.680] [DEBUG]  recurring date is Tue May 17 2022 19:00:00 GMT-0600 (Mountain Daylight Time) offset is 360
[01.05.2022 17:21.45.681] [DEBUG]  recurring date is Tue May 17 2022 19:00:00 GMT-0600 (Mountain Daylight Time) offset is 6 Hour is 19
[01.05.2022 17:21.45.683] [DEBUG] new recurring date2 is Wed May 18 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.684] [DEBUG] Corrected startDate: Wed May 18 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.685] [DEBUG] initial tz=America/Edmonton
[01.05.2022 17:21.45.688] [DEBUG] corrected tz=America/Edmonton
[01.05.2022 17:21.45.694] [DEBUG] start date/time=Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.696] [DEBUG] start offset=-360
[01.05.2022 17:21.45.697] [DEBUG] start date/time w tz =Tue May 10 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.698] [DEBUG] event date=Wed May 18 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.699] [DEBUG] event offset=-360 hour=19 event date=Wed May 18 2022 19:00:00 GMT-0600 (Mountain Daylight Time)
[01.05.2022 17:21.45.700] [DEBUG] adjustHours=0
[01.05.2022 17:21.45.700] [DEBUG] duration: 7200000
[01.05.2022 17:21.45.702] [DEBUG] saving event: false
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/101666</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/101666</guid><dc:creator><![CDATA[flyedge]]></dc:creator><pubDate>Wed, 04 May 2022 18:47:17 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:53:36 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> Did, thanks.</p>
<p dir="auto">I hope <a class="plugin-mentions-user plugin-mentions-a" href="/user/flyedge" aria-label="Profile: flyedge">@<bdi>flyedge</bdi></a> was able t get his sorted, and sorry for hijacking the post, hopefully it helps someone else.</p>
]]></description><link>https://forum.magicmirror.builders/post/96593</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96593</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:53:36 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:51:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> yes</p>
<p dir="auto">you can remove the ,“DEBUG” from the logLevel entry in config.js</p>
<p dir="auto">no point generating all the debug every cal refresh cycle</p>
]]></description><link>https://forum.magicmirror.builders/post/96592</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96592</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:51:27 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:47:56 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> Genius!, that did it, do I still need to leave the other 4 lines commented out?</p>
]]></description><link>https://forum.magicmirror.builders/post/96591</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96591</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:47:56 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:43:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> ok, got it…</p>
<p dir="auto">I had one more fix…</p>
<p dir="auto">comment out line 101</p>
<pre><code>//					adjustHours = 24;
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/96590</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96590</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:43:03 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:28:18 GMT]]></title><description><![CDATA[<p dir="auto">All highlited is a day ahead.<br />
<img src="/assets/uploads/files/1637346450780-b1e4d766-ce24-4b7c-add0-2d4421a1d9ae-image.png" alt="b1e4d766-ce24-4b7c-add0-2d4421a1d9ae-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1637346496147-d9b88cc0-87f4-4985-a794-0d4b5430a906-image.png" alt="d9b88cc0-87f4-4985-a794-0d4b5430a906-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/96589</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96589</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:28:18 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:09:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> I don’t see the wrong date<br />
<img src="/assets/uploads/files/1637345108842-screenshot-at-2021-11-19-13-03-47.png" alt="Screenshot at 2021-11-19 13-03-47.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">yard waste is on 11/30</p>
]]></description><link>https://forum.magicmirror.builders/post/96587</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96587</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:09:17 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 18:01:12 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><br />
<strong>This is the new (re-created) entry</strong></p>
<pre><code>BEGIN:VEVENT
DTSTART:20211123T100000Z
DTEND:20211123T150000Z
DTSTAMP:20211119T165604Z
UID:0g4190e8en06vs************@google.com
CREATED:20211119T151237Z
DESCRIPTION:
LAST-MODIFIED:20211119T151237Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:YARD WASTE
TRANSP:OPAQUE
END:VEVENT
</code></pre>
<p dir="auto"><strong>This is the old (yearly) entry</strong></p>
<pre><code>BEGIN:VEVENT
DTSTART;TZID=America/New_York:20210406T050000
DTEND;TZID=America/New_York:20210406T100000
RRULE:FREQ=WEEKLY;WKST=SU;UNTIL=20211230T045959Z;BYDAY=TU
EXDATE;TZID=America/New_York:20211123T050000
DTSTAMP:20211119T165604Z
UID:0v89h5cit8nq6m************@google.com
CREATED:20211026T075843Z
DESCRIPTION:
LAST-MODIFIED:20211026T080254Z
LOCATION:
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:YARD WASTE
TRANSP:OPAQUE
END:VEVENT
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/96586</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96586</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 18:01:12 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:54:03 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> I believe it’s form the one i posted earlier, top of this page.</p>
<pre><code>DTSTART;TZID=America/New_York:20210406T050000
DTEND;TZID=America/New_York:20210406T100000
RRULE:FREQ=WEEKLY;WKST=SU;UNTIL=20211230T045959Z;BYDAY=TU
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/96585</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96585</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:54:03 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:39:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> said in <a href="/post/96583">Calendar events showing on wrong day.</a>:</p>
<blockquote>
<p dir="auto">For me the entry for 11/30 displays on the monitor as Dec 1st.</p>
</blockquote>
<p dir="auto">its hard to tell which cal entry it comes from when the text is all the same.</p>
]]></description><link>https://forum.magicmirror.builders/post/96584</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96584</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:39:30 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:38:00 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> said in <a href="/post/96582">Calendar events showing on wrong day.</a>:</p>
<blockquote>
<p dir="auto">11/23 is tuesday, 11/30 is tuesday, 12/7 is tuesday</p>
</blockquote>
<p dir="auto">Those dates are correct, the 11/23 entry was deleted and re-added, so it’s not part of the yearly schedule anymore.</p>
<p dir="auto">For me the entry for 11/30 displays on the monitor as Dec 1st.</p>
]]></description><link>https://forum.magicmirror.builders/post/96583</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96583</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:38:00 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:37:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> I don’t see a day late…  the event is Tuesdays, weekly, 11/23 is tuesday, 11/30 is tuesday, 12/7 is tuesday</p>
<p dir="auto">I am looking for the 11/23 entry…</p>
<p dir="auto">DUH, it says exclude 11/23</p>
<p dir="auto">EXDATE;TZID=America/New_York:20211123T050000</p>
]]></description><link>https://forum.magicmirror.builders/post/96582</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96582</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:37:46 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:28:25 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> I understand that it works, and it is indeed working, but why is it showing a day later is what I am trying to figure out, what about the entries for 11/23-12/6?</p>
]]></description><link>https://forum.magicmirror.builders/post/96581</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96581</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:28:25 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:19:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> I added 2 to the end, Yard Waste 2, and see this, with my system set to eastern time. I didn’t delete the prior ics entries</p>
<p dir="auto"><img src="/assets/uploads/files/1637342329473-screenshot-at-2021-11-19-12-17-27.png" alt="Screenshot at 2021-11-19 12-17-27.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/96580</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96580</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:19:17 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 17:01:05 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></p>
<pre><code>Event: {"type":"VEVENT","params":[],"start":"2022-01-26T10:00:00.000Z","datetype":"date-time","end":"2022-01-26T15:00:00.000Z","dtstamp":"2021-11-19T16:07:10.000Z","uid":"0idffl8ue0gac*************@google.com","created":"2021-11-19T13:18:54.000Z","description":"Recycling Bottles, Cans, and Plastic.","lastmodified":"2021-11-19T13:18:54.000Z","location":"","sequence":"0","status":"CONFIRMED","summary":"RECYCLING (BOTTLES, CANS and PLASTIC) ","transparency":"TRANSPARENT"}
[19.11.2021 11:07.22.130] [DEBUG] startDate (local): Wed Jan 26 2022 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 11:07.22.135] [DEBUG] endDate (local): Wed Jan 26 2022 10:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 11:07.22.141] [DEBUG] duration: 18000000
[19.11.2021 11:07.22.146] [DEBUG] title: RECYCLING (BOTTLES, CANS and PLASTIC) 
[19.11.2021 11:07.22.160] [DEBUG] initial tz=Etc/UTC
[19.11.2021 11:07.22.169] [DEBUG] corrected tz=Etc/UTC
[19.11.2021 11:07.22.174] [DEBUG] start date/time=Wed Jan 26 2022 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 11:07.22.178] [DEBUG] start offset=0
[19.11.2021 11:07.22.182] [DEBUG] start date/time w tz =Wed Jan 26 2022 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 11:07.22.189] [DEBUG] event date=Wed Jan 26 2022 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 11:07.22.195] [DEBUG] event offset=0 hour=10 event date=Wed Jan 26 2022 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 11:07.22.202] [DEBUG] adjustHours=0
[19.11.2021 11:07.22.209] [DEBUG] Processing entry...
[19.11.2021 11:07.22.217] [DEBUG] 
</code></pre>
<p dir="auto"><strong>This is the Calendar Event I believe we should be looking at</strong></p>
<pre><code>BEGIN:VEVENT
DTSTART;TZID=America/New_York:20210406T050000
DTEND;TZID=America/New_York:20210406T100000
RRULE:FREQ=WEEKLY;WKST=SU;UNTIL=20211230T045959Z;BYDAY=TU
EXDATE;TZID=America/New_York:20211123T050000
DTSTAMP:20211119T165604Z
UID:0v89h5cit8nq6m************@google.com
CREATED:20211026T075843Z
DESCRIPTION:
LAST-MODIFIED:20211026T080254Z
LOCATION:
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:YARD WASTE
TRANSP:OPAQUE
END:VEVENT
</code></pre>
<p dir="auto">This last event listed as “UNTIL=20211230T045959Z”, displays as Dec 1st.</p>
]]></description><link>https://forum.magicmirror.builders/post/96579</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96579</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 17:01:05 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 16:46:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> yes, BUT it doesn’t show in the ics file…</p>
<p dir="auto">anyhow…</p>
<p dir="auto">show me the next entry from the debug output</p>
<p dir="auto">or send me the debug output file via email</p>
<p dir="auto">same userid at gmail</p>
]]></description><link>https://forum.magicmirror.builders/post/96578</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96578</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 16:27:43 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> said in <a href="/post/96576">Calendar events showing on wrong day.</a>:</p>
<blockquote>
<p dir="auto">but there is no time zone set in the appointment</p>
</blockquote>
<p dir="auto">It shows as set in the calendar itself?</p>
<p dir="auto"><img src="/assets/uploads/files/1637339261542-58c72fe2-b130-4c7d-8dea-3a0b6d3bef9a-image.png" alt="58c72fe2-b130-4c7d-8dea-3a0b6d3bef9a-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/96577</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96577</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 16:26:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> but there is no time zone set in the appointment</p>
]]></description><link>https://forum.magicmirror.builders/post/96576</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96576</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:26:13 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 16:25:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> yes  that’s what  the correction should enable</p>
<p dir="auto">05:00 ny, +4 (now est) =09:00 utc time</p>
]]></description><link>https://forum.magicmirror.builders/post/96575</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96575</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:25:31 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 16:04:14 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></p>
<pre><code>Event: {"type":"VEVENT","params":[],"start":"2021-11-23T10:00:00.000Z","datetype":"date-time","end":"2021-11-23T15:00:00.000Z","dtstamp":"2021-11-19T15:25:46.000Z","uid":"0g4190e8en06vs************@google.com","created":"2021-11-19T15:12:37.000Z","description":"","lastmodified":"2021-11-19T15:12:37.000Z","location":"","sequence":"0","status":"CONFIRMED","summary":"YARD WASTE","transparency":"OPAQUE"}
[19.11.2021 10:26.06.439] [DEBUG] startDate (local): Tue Nov 23 2021 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 10:26.06.440] [DEBUG] endDate (local): Tue Nov 23 2021 10:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 10:26.06.442] [DEBUG] duration: 18000000
[19.11.2021 10:26.06.443] [DEBUG] title: YARD WASTE
[19.11.2021 10:26.06.465] [DEBUG] initial tz=Etc/UTC
[19.11.2021 10:26.06.474] [DEBUG] corrected tz=Etc/UTC
[19.11.2021 10:26.06.478] [DEBUG] start date/time=Tue Nov 23 2021 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 10:26.06.492] [DEBUG] start offset=0
[19.11.2021 10:26.06.495] [DEBUG] start date/time w tz =Tue Nov 23 2021 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 10:26.06.498] [DEBUG] event date=Tue Nov 23 2021 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 10:26.06.500] [DEBUG] event offset=0 hour=10 event date=Tue Nov 23 2021 05:00:00 GMT-0500 (Eastern Standard Time)
[19.11.2021 10:26.06.514] [DEBUG] adjustHours=0
[19.11.2021 10:26.06.523] [DEBUG] Processing entry...
[19.11.2021 10:26.06.527] [DEBUG]
</code></pre>
<pre><code>[19.11.2021 10:26.08.304] [DEBUG] Title: YARD WASTE, with dates: ["2021-11-23T09:00:00.000Z","2021-11-30T09:00:00.000Z","2021-12-07T09:00:00.000Z","2021-12-14T09:00:00.000Z","2021-12-21T09:00:00.000Z","2021-12-28T09:00:00.000Z"]
</code></pre>
<p dir="auto">The one in question at the moment is ““2021-11-30T09:00:00.000Z”” which display’s as 2021-12-01</p>
]]></description><link>https://forum.magicmirror.builders/post/96571</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96571</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 16:04:14 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 15:31:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> see this post</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/15878/calendar-events-showing-on-wrong-day/28?_=1636916667651">https://forum.magicmirror.builders/topic/15878/calendar-events-showing-on-wrong-day/28?_=1636916667651</a></p>
<p dir="auto">from processing entry thru  saving   for the vevent that is the problem</p>
<p dir="auto">maybe 20-30 lines</p>
]]></description><link>https://forum.magicmirror.builders/post/96569</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96569</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 15:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 15:29:47 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> Got it, I didn’t realize the file continued on, it’s 2,486kb, which part do you need?</p>
]]></description><link>https://forum.magicmirror.builders/post/96568</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96568</guid><dc:creator><![CDATA[Coolie1101]]></dc:creator><pubDate>Fri, 19 Nov 2021 15:29:47 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar events showing on wrong day. on Fri, 19 Nov 2021 15:28:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coolie1101" aria-label="Profile: coolie1101">@<bdi>coolie1101</bdi></a> correct, you are sending all the output to the file (except the stuff to stderr)</p>
<p dir="auto">if you remove everything from the &gt; on you’ll get the output to the ssh window, BUT it will be so big, the top will scroll off  and be lost…  (which is why we are sending to a file)</p>
]]></description><link>https://forum.magicmirror.builders/post/96567</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/96567</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 19 Nov 2021 15:28:30 GMT</pubDate></item></channel></rss>