<?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[Google Calendar Sat Evening Shift]]></title><description><![CDATA[<p dir="auto">This is a weird one. Google calendar, everything works.</p>
<p dir="auto">EXCEPT for Saturday evenings. Any appointment that is 6pm or later on a Saturday, it shows up 6 days later. a 7pm appointment on 3/13/21 will show up at 7pm 3/19/21. A 5:45pm appointment works properly.</p>
<p dir="auto">I have multiple calendars that I’ve tried this on with the same result. Any appointment 6pm-11:45pm on Saturdays shows up +6 days. This does not happen with any other time or day of the week.</p>
]]></description><link>https://forum.magicmirror.builders/topic/14754/google-calendar-sat-evening-shift</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 23:36:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14754.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 07 Mar 2021 15:52:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Google Calendar Sat Evening Shift on Mon, 08 Mar 2021 18:22:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/memphismark" aria-label="Profile: memphismark">@<bdi>memphismark</bdi></a> thanks for the cal entries…</p>
<p dir="auto">the ‘problem’ is the time in the cal entries…</p>
<p dir="auto">according to the ICAL spec<br />
IF the timezone is specified (yes) then the CLOCK value MUST BE UTC time.<br />
but these entries don’t have Z on the end…<br />
so its confusing</p>
<p dir="auto">without the Z the cal entries are on the 19th, but sat is the 20th.</p>
<p dir="auto">add the Z on the end of the clock and it works correctly</p>
]]></description><link>https://forum.magicmirror.builders/post/89321</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89321</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 08 Mar 2021 18:22:14 GMT</pubDate></item><item><title><![CDATA[Reply to Google Calendar Sat Evening Shift on Sun, 07 Mar 2021 17:44:54 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 did some more troubleshooting, it’s only for weekly repeating events. If I do a “Custom every 7 days” setting, it works fine.</p>
<p dir="auto">This is an event “Every 7 days”<br />
BEGIN:VEVENT<br />
DTSTART;TZID=America/Chicago:20210313T190000<br />
DTEND;TZID=America/Chicago:20210313T193000<br />
RRULE:FREQ=DAILY;INTERVAL=7<br />
DTSTAMP:20210307T173844Z<br />
<a href="mailto:UID:47ub0hqniap77qf2crasr1s2qe@google.com" target="_blank" rel="noopener noreferrer nofollow ugc">UID:47ub0hqniap77qf2crasr1s2qe@google.com</a><br />
CREATED:20210307T154413Z<br />
DESCRIPTION:<br />
LAST-MODIFIED:20210307T173316Z<br />
LOCATION:<br />
SEQUENCE:9<br />
STATUS:CONFIRMED<br />
SUMMARY:Ohio Gaming<br />
TRANSP:OPAQUE<br />
END:VEVENT</p>
<p dir="auto">Here’s the same event set to Weekly:<br />
BEGIN:VEVENT<br />
DTSTART;TZID=America/Chicago:20210313T190000<br />
DTEND;TZID=America/Chicago:20210313T193000<br />
RRULE:FREQ=WEEKLY;BYDAY=SA<br />
DTSTAMP:20210307T173946Z<br />
<a href="mailto:UID:47ub0hqniap77qf2crasr1s2qe@google.com" target="_blank" rel="noopener noreferrer nofollow ugc">UID:47ub0hqniap77qf2crasr1s2qe@google.com</a><br />
CREATED:20210307T154413Z<br />
DESCRIPTION:<br />
LAST-MODIFIED:20210307T173916Z<br />
LOCATION:<br />
SEQUENCE:9<br />
STATUS:CONFIRMED<br />
SUMMARY:Ohio Gaming<br />
TRANSP:OPAQUE<br />
END:VEVENT</p>
]]></description><link>https://forum.magicmirror.builders/post/89288</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89288</guid><dc:creator><![CDATA[Memphismark]]></dc:creator><pubDate>Sun, 07 Mar 2021 17:44:54 GMT</pubDate></item><item><title><![CDATA[Reply to Google Calendar Sat Evening Shift on Sun, 07 Mar 2021 16:02:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/memphismark" aria-label="Profile: memphismark">@<bdi>memphismark</bdi></a> can u show me two entries from your ics file. one that fails and one that doesn’t</p>
<p dir="auto">ics file is just text</p>
]]></description><link>https://forum.magicmirror.builders/post/89284</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89284</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Mar 2021 16:02:07 GMT</pubDate></item></channel></rss>