<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog.ubrious &#187; Google</title>
	<atom:link href="http://blog.ubrio.us/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ubrio.us</link>
	<description>An Ordinary Web Developer's Blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:44:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>get protected ical calendars in google calendar</title>
		<link>http://blog.ubrio.us/php/google-calendar-add-private-calendars-from-ical/</link>
		<comments>http://blog.ubrio.us/php/google-calendar-add-private-calendars-from-ical/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 15:26:13 +0000</pubDate>
		<dc:creator>Rob Hurring</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://blog.ubrio.us/osx/google-calendar-add-private-calendars-from-ical/</guid>
		<description><![CDATA[This is a short and sweet post. I was trying to merge and sync all my calendars (something I do every so often which leaves me frustrated, drunk and huddled in a corner crying) and decided on google calendar as a main point since I have my work Outlook synced up with it (using their [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short and sweet post. I was trying to merge and sync all my calendars (something I do every so often which leaves me frustrated, drunk and huddled in a corner crying) and decided on google calendar as a main point since I have my work Outlook synced up with it (using their outlook sync program). I setup a simple WebDAV url on my good ole&#8217; <a href='http://www.dreamhost.com/r.cgi?210778' title='low blow, i know' onclick="pageTracker._trackPageview('/outgoing/www.dreamhost.com/r.cgi?210778&amp;referer=');">dreamhost</a> and had a password protected directory to publish my schedule to from iCal.</p>
<p>iCal can publish to a password protected directory just fine &#8212; but to my surprise, google calendar could _not_ read from one&#8230; _only_ public urls. Wtf? I&#8217;m really hoping I overlooked something because this is just pathetic.</p>
<p>Anyway, the solution turned out to be dirt simple. Keep all protected calendars in a /private folder on my domain and have a public facing script to route stuff. So I went to work, and a few minutes later, here it is.</p>
<p>I tested this just now and google calendar can indeed read my password protected calendar so thats cool. It isn&#8217;t the best way I&#8217;m sure &#8212; but, hey, it only took a few minutes <small>(<strong>edit:</strong> less time than it took to write this post in fact)</small> and it gets the job done. (Plus I don&#8217;t exactly have a &#8220;personal&#8221; personal calendar, I&#8217;d just rather it not be public.)</p>
<p><strong class='note'>view the <a href='http://code.ubrio.us/projects/show/google-ical' onclick="pageTracker._trackPageview('/outgoing/code.ubrio.us/projects/show/google-ical?referer=');">protected ical calendars in google</a> project page</strong></p>
<p>Hope that can help someone. Or if there were any suggestions feel free to e-mail me <img src='http://blog.ubrio.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ubrio.us/php/google-calendar-add-private-calendars-from-ical/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

