<?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 issue - Private work calendar]]></title><description><![CDATA[<p dir="auto">I have seen some other posts here with a similar issue, but nothing quite like what I am facing. The odd thing is this seemed to have broken recently, as it was working just a few days ago…</p>
<p dir="auto">The company I work for makes our calendars private, and that’s fine with me, all I want to show on my MM is the “Busy” subject for when I have meetings (will make it easier for my wife to know when I am in a meeting or when I am not)</p>
<p dir="auto">These are the settings of the calendar:</p>
<p dir="auto"><img src="/assets/uploads/files/1609717421912-screen-shot-2021-01-03-at-4.41.02-pm.png" alt="Screen Shot 2021-01-03 at 4.41.02 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1609717451324-screen-shot-2021-01-03-at-4.41.16-pm.png" alt="Screen Shot 2021-01-03 at 4.41.16 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I am trying to use the <code>basic.ics</code> one at the bottom of that second image, but its not pulling in any of the data.</p>
<p dir="auto">Things I have tried:</p>
<ol>
<li>running <code>curl -L https://calendar.google.com/calendar/ical/********************/public/basic.ics</code> on my computer and my raspberry pi (both are pulling in the data correctly as far as I can tell)<br />
I am getting data like this back:</li>
</ol>
<pre><code>BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20201105T200000Z
DTEND:20201105T210000Z
UID:*********@google.com
ATTENDEE;X-NUM-GUESTS=0:mailto:**************
SUMMARY:Busy
END:VEVENT
END:VCALENDAR
</code></pre>
<ol start="2">
<li>
<p dir="auto">I have manually typed in the <code>/basic.ics</code> url into Chromium on my Raspberry Pi and it downloads it properly too</p>
</li>
<li>
<p dir="auto">I have manually added this calendar yo my personal google account and it pulls it in properly<br />
<img src="/assets/uploads/files/1609717983108-screen-shot-2021-01-03-at-4.52.06-pm.png" alt="Screen Shot 2021-01-03 at 4.52.06 PM.png" class=" img-fluid img-markdown" /></p>
</li>
</ol>
<p dir="auto">Any other recommendations would be much appreciated!</p>
]]></description><link>https://forum.magicmirror.builders/topic/14362/calendar-issue-private-work-calendar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 19:50:33 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14362.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 Jan 2021 23:50:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 14:15:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trev125" aria-label="Profile: trev125">@<bdi>trev125</bdi></a> i got it and sent u an email back</p>
]]></description><link>https://forum.magicmirror.builders/post/86715</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86715</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Jan 2021 14:15:40 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 03:55:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trev125" aria-label="Profile: trev125">@<bdi>trev125</bdi></a> yes, please, the sanitized ics would be awesome…<br />
I won’t get to it til tomorrow tho</p>
]]></description><link>https://forum.magicmirror.builders/post/86698</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86698</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Jan 2021 03:55:48 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 03:53: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> Thanks for the quick responses. It looks like the calendar that I am pulling in has around 600 events, if that is anything.</p>
<p dir="auto">Because of that, it makes it hard to read the debugger, but I did see this:</p>
<pre><code>"2021-01-05":{"type":"VEVENT","params":[],"start":"2021-01-05T17:00:00.000Z","datetype":"date-time","end":"2021-01-05T17:25:00.000Z","dtstamp":"2021-01-04T03:46:12.000Z","uid":"*******@google.com","attendee":{"params":{"X-NUM-GUESTS":0},"val":"mailto:******"},"recurrenceid":"2021-01-05T17:00:00.000Z","summary":"Busy"},
</code></pre>
<p dir="auto">Then I have some things like this, but I dont notice any of them for any dates coming up soon:</p>
<pre><code>[03.01.2021 20:46.13.274] [DEBUG]  start=Tue Jan 03 2023 10:00:00 GMT-0700 (Mountain Standard Time) end=Tue Jan 03 2023 10:25:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:46.13.274] [DEBUG] have entries
</code></pre>
<p dir="auto">Also: here is my calendar config:</p>
<pre><code>		{
			module: "calendar",
			header: "Calendar",
			position: "top_bar",
			maximumEntries: 80,
			config: {
				calendars: [
					{
						symbol: "calendar-check",
						url: "https://calendar.google.com/calendar/ical/******/public/basic.ics"					
					}
				]
			}
		},
</code></pre>
<p dir="auto">I can edit and send you the <code>.ics</code> if that would be helpful, I can sanitize it</p>
]]></description><link>https://forum.magicmirror.builders/post/86697</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86697</guid><dc:creator><![CDATA[trev125]]></dc:creator><pubDate>Mon, 04 Jan 2021 03:53:25 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 03:51:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trev125" aria-label="Profile: trev125">@<bdi>trev125</bdi></a> ok, change   config.js</p>
<p dir="auto">add</p>
<pre><code>	logLevel: ["INFO", "LOG", "WARN", "ERROR","DEBUG"],
</code></pre>
<p dir="auto">if its already there, add “DEBUG”</p>
<p dir="auto">then restart MM</p>
<p dir="auto">If you are using pm2, the<br />
pm2 flush<br />
pm2 restart 0</p>
<p dir="auto">this is what I see for  the latest event u posted, i set my timezone to yours</p>
<pre><code>[03.01.2021 20:35.36.727] [DEBUG]  parsed data={"**********@google.com":{"type":"VEVENT","params":[],"start":"2021-01-04T22:00:00.000Z","datetype":"date-time","end":"2021-01-04T22:50:00.000Z","dtstamp":"2021-01-03T22:48:53.000Z","uid":"**********@google.com","attendee":{"params":{"X-NUM-GUESTS":0},"val":"mailto:*********"},"recurrenceid":"2021-01-04T22:00:00.000Z","summary":"Busy","recurrences":{"2021-01-04":{"type":"VEVENT","params":[],"start":"2021-01-04T22:00:00.000Z","datetype":"date-time","end":"2021-01-04T22:50:00.000Z","dtstamp":"2021-01-03T22:48:53.000Z","uid":"**********@google.com","attendee":{"params":{"X-NUM-GUESTS":0},"val":"mailto:*********"},"recurrenceid":"2021-01-04T22:00:00.000Z","summary":"Busy"}}}}
[03.01.2021 20:35.36.727] [DEBUG] there are 1 calendar entries
[03.01.2021 20:35.36.729] [DEBUG] have entries 
[03.01.2021 20:35.36.730] [DEBUG] 
event={"type":"VEVENT","params":[],"start":"2021-01-04T22:00:00.000Z","datetype":"date-time","end":"2021-01-04T22:50:00.000Z","dtstamp":"2021-01-03T22:48:53.000Z","uid":"**********@google.com","attendee":{"params":{"X-NUM-GUESTS":0},"val":"mailto:*********"},"recurrenceid":"2021-01-04T22:00:00.000Z","summary":"Busy","recurrences":{"2021-01-04":{"type":"VEVENT","params":[],"start":"2021-01-04T22:00:00.000Z","datetype":"date-time","end":"2021-01-04T22:50:00.000Z","dtstamp":"2021-01-03T22:48:53.000Z","uid":"**********@google.com","attendee":{"params":{"X-NUM-GUESTS":0},"val":"mailto:*********"},"recurrenceid":"2021-01-04T22:00:00.000Z","summary":"Busy"}}}
[03.01.2021 20:35.36.730] [DEBUG]  start=Mon Jan 04 2021 15:00:00 GMT-0700 (Mountain Standard Time) end=Mon Jan 04 2021 15:50:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:35.36.730] [DEBUG]  if no tz, guess based on now
[03.01.2021 20:35.36.742] [DEBUG] initial tz=America/Denver
[03.01.2021 20:35.36.743] [DEBUG] corrected tz=America/Denver
[03.01.2021 20:35.36.743] [DEBUG] start date/time=Mon Jan 04 2021 15:00:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:35.36.744] [DEBUG] start offset=-420
[03.01.2021 20:35.36.745] [DEBUG] start date/time w tz =Mon Jan 04 2021 15:00:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:35.36.745] [DEBUG] event date=Mon Jan 04 2021 15:00:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:35.36.745] [DEBUG] event offset=-420 hour=15 event date=Mon Jan 04 2021 15:00:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:35.36.745] [DEBUG] adjustHours=0
[03.01.2021 20:35.36.746] [INFO]  Calendar-Fetcher: Broadcasting 1 events.
</code></pre>
<p dir="auto">also, can u show the calendar config entry, not the url</p>
<p dir="auto">u would see this data in the pm2 logs</p>
<p dir="auto">using command</p>
<pre><code>pm2 logs --lines=100
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/86696</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86696</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Jan 2021 03:51:12 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 03:33:01 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> 	“version”: “2.14.0”,</p>
]]></description><link>https://forum.magicmirror.builders/post/86695</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86695</guid><dc:creator><![CDATA[trev125]]></dc:creator><pubDate>Mon, 04 Jan 2021 03:33:01 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 03:18:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trev125" aria-label="Profile: trev125">@<bdi>trev125</bdi></a> ok, shows on mine… what mm version are u on?</p>
<p dir="auto">grep version ~/MagicMirror/package.json</p>
]]></description><link>https://forum.magicmirror.builders/post/86694</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86694</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Jan 2021 03:18:25 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 03:15: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> said in <a href="/post/86687">Calendar issue - Private work calendar</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trev125" aria-label="Profile: trev125">@<bdi>trev125</bdi></a> said in <a href="/post/86686">Calendar issue - Private work calendar</a>:</p>
<blockquote>
<p dir="auto">BEGIN:VCALENDAR<br />
BEGIN:VEVENT<br />
DTSTART:20201105T200000Z<br />
DTEND:20201105T210000Z<br />
UID:<em><strong><strong><strong><strong>@google.com<br />
ATTENDEE;X-NUM-GUESTS=0:mailto:</strong></strong></strong></strong></em>*****<br />
SUMMARY:Busy<br />
END:VEVENT<br />
END:VCALENDAR</p>
</blockquote>
<p dir="auto">well, THAT event is november 5th</p>
<p dir="auto">we don’t display events in the past</p>
<p dir="auto">I changed the date, but because it  has no timezone associated (only UTC start/stop)<br />
my TZ is used, and its STILL in the past<br />
Sun Jan 03 2021 14:00:00 GMT-0600</p>
<p dir="auto">if I make it jan 4, at 20:00 UTC it shows and says in 20 hours, as its 6 pm (18:00) here and the appt says 2 pm (14:00)</p>
</blockquote>
<p dir="auto">Youre right, I put in the oldest one instead of the newest, I didnt realize the <code>.ics</code> was in that order. It looks like I have appointments ranging from 2020 to 2022. One that <em>should</em> be valid is this (I added the header and footer of the <code>.ics</code> to this to make it more clear):</p>
<pre><code>BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:******
X-WR-TIMEZONE:America/Denver
BEGIN:VEVENT
DTSTART:20210104T220000Z
DTEND:20210104T225000Z
DTSTAMP:20210103T224853Z
UID:**********@google.com
ATTENDEE;X-NUM-GUESTS=0:mailto:*********
RECURRENCE-ID:20210104T220000Z
SUMMARY:Busy
END:VEVENT
END:VCALENDAR
</code></pre>
<p dir="auto">And its still not showing up in my calendar</p>
]]></description><link>https://forum.magicmirror.builders/post/86693</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86693</guid><dc:creator><![CDATA[trev125]]></dc:creator><pubDate>Mon, 04 Jan 2021 03:15:36 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 02:27:06 GMT]]></title><description><![CDATA[<p dir="auto">I made a lot of changes to calendar this last 3 months to get it right.</p>
<p dir="auto">u could email me the ics file, its text, sanitize anything u need to.</p>
<p dir="auto">my email in my same userid here at gmail</p>
]]></description><link>https://forum.magicmirror.builders/post/86691</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86691</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Jan 2021 02:27:06 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar issue - Private work calendar on Mon, 04 Jan 2021 00:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/trev125" aria-label="Profile: trev125">@<bdi>trev125</bdi></a> said in <a href="/post/86686">Calendar issue - Private work calendar</a>:</p>
<blockquote>
<p dir="auto">BEGIN:VCALENDAR<br />
BEGIN:VEVENT<br />
DTSTART:20201105T200000Z<br />
DTEND:20201105T210000Z<br />
UID:<em><strong><strong><strong><strong>@google.com<br />
ATTENDEE;X-NUM-GUESTS=0:mailto:</strong></strong></strong></strong></em>*****<br />
SUMMARY:Busy<br />
END:VEVENT<br />
END:VCALENDAR</p>
</blockquote>
<p dir="auto">well, THAT event is november 5th</p>
<p dir="auto">we don’t display events in the past</p>
<p dir="auto">I changed the date, but because it  has no timezone associated (only UTC start/stop)<br />
my TZ is used, and its STILL in the past<br />
Sun Jan 03 2021 14:00:00 GMT-0600</p>
<p dir="auto">if I make it jan 4, at 20:00 UTC it shows and says in 20 hours, as its 6 pm (18:00) here and the appt says 2 pm (14:00)</p>
]]></description><link>https://forum.magicmirror.builders/post/86687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86687</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 04 Jan 2021 00:07:16 GMT</pubDate></item></channel></rss>