<?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[Office 365 Calendar published on webdav - view in Calendar Module]]></title><description><![CDATA[<p dir="auto">Hi Gents,<br />
I’m a recent Magic Mirror enthusiast, needless to say complete noob in the coding. I’ve managed to install the MagicMirror (thanks for detailed guidelines) and even added Weather and News module, however struggling with my Calendar.<br />
I would like to add my work Office 365 Calendar events, to the MagicMirror. I’ve published it at the email server that supports webdav. Now, Im trying to add the code in to the config file, and it says that config is broken. I assume I made some syntax mistake I cannot see, and other thing is im doing this correctly? (Office 365 &gt; webdav)</p>
<pre><code> {
            module: "calendar",
            header: "Events",
            position: "top_left",
            config: {
                calendars: [
                    {
                        symbol: "calendar-check-o ",
                        url: "webcals://webdav.yandex.ru./My_Calendar.ics"
                            auth: {
                user: 'xxx@xxxx.xx',
                pass: 'xxx',
                method: 'basic'
                    }
                    }
                ]
            }
        },
//your code here
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/4517/office-365-calendar-published-on-webdav-view-in-calendar-module</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 23:51:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4517.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Jul 2017 09:33:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Mon, 04 Sep 2017 04:28:28 GMT]]></title><description><![CDATA[<p dir="auto">As I know, default calendar module has some trouble with handling office ical. Some patch needs. I don’t know dev brach fix it.</p>
]]></description><link>https://forum.magicmirror.builders/post/27604</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27604</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 04 Sep 2017 04:28:28 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Mon, 04 Sep 2017 03:50:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/max" aria-label="Profile: Max">@<bdi>Max</bdi></a> Myself as well. My Office 365 calendar just says no upcoming events. I know there are some.<br />
I have tried all of the permission settings in the publish calendar section in Office 365 browser version.<br />
Did anyone get this working?</p>
]]></description><link>https://forum.magicmirror.builders/post/27603</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27603</guid><dc:creator><![CDATA[SimtechBen]]></dc:creator><pubDate>Mon, 04 Sep 2017 03:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Fri, 21 Jul 2017 18:23:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a>, yes the out of the box calendar works. Im trying to understand what I did wrong with mine.<br />
If anyone did do it this way pls let me know. My work office 365 calendar cannot be published online, and sharing options also dosnt work, the only opiton I could find is via webcal</p>
]]></description><link>https://forum.magicmirror.builders/post/25628</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25628</guid><dc:creator><![CDATA[Max]]></dc:creator><pubDate>Fri, 21 Jul 2017 18:23:09 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Fri, 21 Jul 2017 16:36:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/max" aria-label="Profile: Max">@<bdi>Max</bdi></a> said in <a href="/post/25618">Office 365 Calendar published on webdav - view in Calendar Module</a>:</p>
<blockquote>
<p dir="auto">now it says no upcoming events. (there are few).</p>
</blockquote>
<p dir="auto">Try using this as a test</p>
<p dir="auto"><code>url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'</code></p>
<p dir="auto">If this works, as I expect it to, then there is something wrong with the calendar.ics file that you are trying to use</p>
]]></description><link>https://forum.magicmirror.builders/post/25625</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25625</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 21 Jul 2017 16:36:57 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Fri, 21 Jul 2017 12:50:04 GMT]]></title><description><![CDATA[<p dir="auto">Mykle1, thanks i did as you said, however now it says no upcoming events. (there are few).</p>
]]></description><link>https://forum.magicmirror.builders/post/25618</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25618</guid><dc:creator><![CDATA[Max]]></dc:creator><pubDate>Fri, 21 Jul 2017 12:50:04 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Fri, 21 Jul 2017 11:32:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/max" aria-label="Profile: Max">@<bdi>Max</bdi></a></p>
<p dir="auto"><code>url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'</code></p>
<p dir="auto">Try <code>webcal</code>. Your url has <code>webcals</code>.</p>
]]></description><link>https://forum.magicmirror.builders/post/25611</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25611</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 21 Jul 2017 11:32:55 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Fri, 21 Jul 2017 10:14:19 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Sean, indeed, after I’ve added a comma the error disappeared and mirror loaded, however, the Calendar module says Loading…<br />
Do you, or anybody knows how I could troubleshoot this? Did anybody do something like this?</p>
<p dir="auto">Thank you in advance for help!</p>
]]></description><link>https://forum.magicmirror.builders/post/25606</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25606</guid><dc:creator><![CDATA[Max]]></dc:creator><pubDate>Fri, 21 Jul 2017 10:14:19 GMT</pubDate></item><item><title><![CDATA[Reply to Office 365 Calendar published on webdav - view in Calendar Module on Fri, 21 Jul 2017 09:48:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/max" aria-label="Profile: Max">@<bdi>Max</bdi></a> you missed comma in the end of url line.</p>
]]></description><link>https://forum.magicmirror.builders/post/25605</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/25605</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 21 Jul 2017 09:48:53 GMT</pubDate></item></channel></rss>