<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: My Take on Google Calendar - Give Me 30Boxes</title>
	<atom:link href="http://nontrivialexercises.com/2006/04/my-take-on-google-calendar-give-me-30boxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://nontrivialexercises.com/2006/04/my-take-on-google-calendar-give-me-30boxes/</link>
	<description>happy, healthy, effective online living</description>
	<pubDate>Fri, 21 Nov 2008 04:56:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Otto</title>
		<link>http://nontrivialexercises.com/2006/04/my-take-on-google-calendar-give-me-30boxes/#comment-50</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Wed, 19 Apr 2006 21:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://nontrivialmatt.dreamhosters.com/2006/04/my-take-on-google-calendar-give-me-30boxes/#comment-50</guid>
		<description>The other strange thing about calendars via http:// vs. webcal:// is that on a Mac, http:// calendars will get downloaded by the browser and imported one time into iCal.  webcal:// URL's get handed off to iCal which then subscribes and will give you the option to auto-update the calendar.

Minor but annoying.

The actual path part of the URL doesn't need to change, though.


</description>
		<content:encoded><![CDATA[<p>The other strange thing about calendars via <a href="http://" rel="nofollow">http://</a> vs. webcal:// is that on a Mac, <a href="http://" rel="nofollow">http://</a> calendars will get downloaded by the browser and imported one time into iCal.  webcal:// URL&#8217;s get handed off to iCal which then subscribes and will give you the option to auto-update the calendar.</p>
<p>Minor but annoying.</p>
<p>The actual path part of the URL doesn&#8217;t need to change, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wulf</title>
		<link>http://nontrivialexercises.com/2006/04/my-take-on-google-calendar-give-me-30boxes/#comment-49</link>
		<dc:creator>wulf</dc:creator>
		<pubDate>Wed, 19 Apr 2006 13:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://nontrivialmatt.dreamhosters.com/2006/04/my-take-on-google-calendar-give-me-30boxes/#comment-49</guid>
		<description>Having started exploring Google Calendar over the weekend and then, partly due to your article, playing with 30Boxes yesterday, I think I'm tending towards concurring with your conclusion. The Google offering is prettier but, for me, the option of tagging posts might just be what wins it for 30Boxes.

Thanks for your review.</description>
		<content:encoded><![CDATA[<p>Having started exploring Google Calendar over the weekend and then, partly due to your article, playing with 30Boxes yesterday, I think I&#8217;m tending towards concurring with your conclusion. The Google offering is prettier but, for me, the option of tagging posts might just be what wins it for 30Boxes.</p>
<p>Thanks for your review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Pavlic</title>
		<link>http://nontrivialexercises.com/2006/04/my-take-on-google-calendar-give-me-30boxes/#comment-48</link>
		<dc:creator>Ted Pavlic</dc:creator>
		<pubDate>Wed, 19 Apr 2006 01:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://nontrivialmatt.dreamhosters.com/2006/04/my-take-on-google-calendar-give-me-30boxes/#comment-48</guid>
		<description>There's no difference between webcal:// and http:// formats. It's just a different way of writing the URL.

As far as I can tell, people use webcal:// for easy browser integration with ICS clients. If you use http:// (and this is especially true for URLs that don't end in .ics), you're depending on a MIME type to kick off your calendar program. In most web browsers that association won't be setup. However, webcal:// can be tied to an ICS client all the way down to the OS. 

What's interesting is that you cannot subscribe to an ICS calendar in Google without using webcal://. They use http:// in their ICAL links, but they require you to use webcal://... When after all there's no difference. The webcal:// URL just contacts the web server and downloads an ICS file.

THE PROBLEM with subscribing to Google calendar lies in the actual ICS FILE format. An ICS file is a text file filled with a special calendar markup language. Google's markup is slightly different than the standard. There are people who have written scripts to convert the Google format to an ICS format.

The question is... Is this a bug? You would think it would have to be. Otherwise, why provide the strange format? 

Personally, I think it's on purpose. I think everything Google does is on purpose. I think it's CLOSE ENOUGH to LOOK like ICAL but strange enough so that they never have to stick to a standard. In other words, I think the ICAL links are going to be used by Google applications ("Google Calendar mobile", for example) to download a proprietary calendar format.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no difference between webcal:// and <a href="http://" rel="nofollow">http://</a> formats. It&#8217;s just a different way of writing the URL.</p>
<p>As far as I can tell, people use webcal:// for easy browser integration with ICS clients. If you use <a href="http://" rel="nofollow">http://</a> (and this is especially true for URLs that don&#8217;t end in .ics), you&#8217;re depending on a MIME type to kick off your calendar program. In most web browsers that association won&#8217;t be setup. However, webcal:// can be tied to an ICS client all the way down to the OS. </p>
<p>What&#8217;s interesting is that you cannot subscribe to an ICS calendar in Google without using webcal://. They use <a href="http://" rel="nofollow">http://</a> in their ICAL links, but they require you to use webcal://&#8230; When after all there&#8217;s no difference. The webcal:// URL just contacts the web server and downloads an ICS file.</p>
<p>THE PROBLEM with subscribing to Google calendar lies in the actual ICS FILE format. An ICS file is a text file filled with a special calendar markup language. Google&#8217;s markup is slightly different than the standard. There are people who have written scripts to convert the Google format to an ICS format.</p>
<p>The question is&#8230; Is this a bug? You would think it would have to be. Otherwise, why provide the strange format? </p>
<p>Personally, I think it&#8217;s on purpose. I think everything Google does is on purpose. I think it&#8217;s CLOSE ENOUGH to LOOK like ICAL but strange enough so that they never have to stick to a standard. In other words, I think the ICAL links are going to be used by Google applications (&#8221;Google Calendar mobile&#8221;, for example) to download a proprietary calendar format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.271 seconds -->
