<?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 module - https URL]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">A question about URL integration for calendar module, I add my personnal google calendar in Config.js file. URL starts with ‘<a href="https://calendar.google.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://calendar.google.com</a>…’.<br />
By replacing all URL setting value it works well but I don’t understand why sample is defined by ‘webcal://’ and replaced in calendar parser after : “calendar.url = calendar.url.replace(“webcal://”, “http://”);”?<br />
Is this replace have mandatory reasons?</p>
<p dir="auto">Thanks for your answer and for your work !<br />
Tyvonne</p>
]]></description><link>https://forum.magicmirror.builders/topic/426/calendar-module-https-url</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 21:24:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/426.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Jul 2016 10:57:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Calendar module - https URL on Mon, 29 Aug 2016 10:02:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Coming back from holidays, thanks a lot for your answer!<br />
If I understand well, by using “webcall” I’m not going to download .ics file but just parse it. And by using “https” I’m going to download file and parse local file. Question is, how this downloaded file is managed? Where is it? How many space of all version of this file will be used?</p>
<p dir="auto">I think I’ll try to come back to the external handler by modifying .replace function…<br />
I’m coming back if necessary, thanks again.</p>
]]></description><link>https://forum.magicmirror.builders/post/4088</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4088</guid><dc:creator><![CDATA[Tyvonne]]></dc:creator><pubDate>Mon, 29 Aug 2016 10:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to Calendar module - https URL on Fri, 29 Jul 2016 16:14:35 GMT]]></title><description><![CDATA[<p dir="auto">The webcall:// protocol triggers an external handler to handle the information (such as iCal), whereas the http:// (or https://) handler will simply download the .ics file, which is what we need to then process.</p>
]]></description><link>https://forum.magicmirror.builders/post/3145</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/3145</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Fri, 29 Jul 2016 16:14:35 GMT</pubDate></item></channel></rss>