<?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>Brain Goo &#187; WebDav</title>
	<atom:link href="http://www.popmartian.com/tipsntricks/category/webdav/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.popmartian.com/tipsntricks</link>
	<description>Carpe Crap 'em</description>
	<lastBuildDate>Mon, 10 Oct 2011 14:42:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrate Shared Google Calendars With Thunderbird</title>
		<link>http://www.popmartian.com/tipsntricks/2010/01/26/integrate-shared-google-calendars-with-thunderbird/</link>
		<comments>http://www.popmartian.com/tipsntricks/2010/01/26/integrate-shared-google-calendars-with-thunderbird/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:03:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Calendaring]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How Tos]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[Sunbird]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[WebDav]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/?p=137</guid>
		<description><![CDATA[Before we get started, if you have a personal calendar, Google has a quick how-to here. The Google tutorial only covers basic calendars.  This tutorial will cover both personal and shared calendars. Google Calendar is neat and pretty much every phone and app has some sync system that works with it&#8230; except Thunderbird with the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Before we get started, if you have a personal calendar, <a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=99358#sunbird">Google  has a quick how-to here.</a> The Google tutorial only covers basic calendars.  This tutorial will cover both personal and shared calendars.<a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=99358#sunbird"><br />
</a></p></blockquote>
<p>Google Calendar is neat and pretty much every phone and app has some sync system that works with it&#8230; except Thunderbird with the Lightning Add-on.  Actually it does, it&#8217;s just not intuitive.</p>
<p>NOTE: If you use the <a href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird stand-alone calendar client</a>, the steps are essentially the same, but some menu options may be different.</p>
<p>What you need:</p>
<p><a href="http://www.mozillamessaging.com/en-US/thunderbird/">Thunderbird</a> (2.x works, but &gt;= 3.01 is better)</p>
<p><a href="http://www.mozilla.org/projects/calendar/lightning/">Lightning Add-on</a> (.9x for Thunderbird 2.x, &gt;=1.0b1 for TB 3.0.x)</p>
<p>A <a href="http://www.google.com/calendar/">Google Calendar</a> or access to a shared Google Calendar.</p>
<p>What to do:</p>
<ol>
<li>Add the Lightning Add-on to Thunderbird and fire it up.</li>
<li>In the left column your calendars are listed.  Below them right-click and click New Calendar</li>
<li>Select On the Network, click Next</li>
<li>Select CalDAV</li>
<li>Put in your calendar URL<br />
The URL of your calendar takes this form:<br />
<code>https://www.google.com/calendar/dav/[Google Calendar ID]/events</code></p>
<p>In the case of  a personal calendar, the ID is simply your gmail.com address such as this:<br />
<code>https://www.google.com/calendar/dav/BigTurnip@gmail.com/events</code></p>
<p>In the case of a shared calendar the ID is fugly, like this:<br />
<code>https://www.google.com/calendar/dav/utqisjt6b9hoot6i9o2jk1k9qg%40group.calendar.google.com/events</code></p>
<p>To get that string, log in to your Google calendar and go to the calendar settings.  Down by the XML, iCAL and HTML links there is something like this:<br />
<code>(Calendar ID: SomeBigNastyStringOfJunk@group.calendar.google.com)</code></p>
<p>That&#8217;s your prize!</li>
<li>Click Next</li>
<li>Give your calendar and name, color and an email address.  Click Next.</li>
<li>Click Finish.</li>
<li>If it doesn&#8217;t seem to work, close and open Thunderbird.  There is a bug that may cause new network calendars to fail to display right away.  If it still fails, check the URL from step 5.</li>
</ol>
<p>Happy calendaring.</p>
<blockquote><p>Did you find this post useful or have questions or comments?  Please let  me know!</p></blockquote>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=137&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2010/01/26/integrate-shared-google-calendars-with-thunderbird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To disable WebDAV in IIS 6</title>
		<link>http://www.popmartian.com/tipsntricks/2009/05/20/howto-disable-webdav-in-iis-6/</link>
		<comments>http://www.popmartian.com/tipsntricks/2009/05/20/howto-disable-webdav-in-iis-6/#comments</comments>
		<pubDate>Wed, 20 May 2009 15:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How Tos]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[WebDav]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/?p=101</guid>
		<description><![CDATA[IIS 6 does not come with WebDAV enabled, but you can easily look to see if it is on. Connect to the IIS manager. Manager -&#62; Machine -&#62; Web Services Extensions Check the window at right.  If WebDAV is not enabled, it should look like this: If your IIS manager shows it as &#8220;Allowed&#8221;, you [...]]]></description>
			<content:encoded><![CDATA[<p>IIS 6 does not come with WebDAV enabled, but you can easily look to see if it is on.</p>
<ol>
<li>Connect to the IIS manager.</li>
<li>Manager -&gt; Machine -&gt; Web Services Extensions</li>
<li>Check the window at right.  If WebDAV is not enabled, it should look like this:</li>
</ol>
<p style="text-align: center;"><a href="http://www.popmartian.com/tipsntricks/wp-content/uploads/2009/05/capture.jpg"><img class="aligncenter size-medium wp-image-102" title="IIS Config" src="http://www.popmartian.com/tipsntricks/wp-content/uploads/2009/05/capture-300x211.jpg" alt="IIS Config" width="300" height="211" /></a></p>
<p>If your IIS manager shows it as &#8220;Allowed&#8221;, you can disable it by clicking on it and clicking the &#8220;Prohibit&#8221; button to the left.</p>
<blockquote><p>Did you find this post useful or have questions or comments?  Please let me know!</p></blockquote>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=101&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2009/05/20/howto-disable-webdav-in-iis-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Poor man&#8217;s calendar server with iCal and Mozilla</title>
		<link>http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/</link>
		<comments>http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 18:54:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Calendaring]]></category>
		<category><![CDATA[How Tos]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sunbird]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[WebDav]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/</guid>
		<description><![CDATA[It&#8217;s easy to set up a shared calendar system with free software that scales well for a few users (great for a home network) and has tons of support from third parties. What you need: iCal client like Sunbird or Lightning from Mozilla Apache web server with WebDav installed How to do it: Install WebDav [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to set up a shared calendar system with free software that scales well for a few users (great for a home network) and has tons of support from third parties.</p>
<p>What you need:</p>
<ul>
<li>iCal client like <a href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> or <a href="http://www.mozilla.org/projects/calendar/lightning/">Lightning</a> from Mozilla</li>
<li>Apache web server with WebDav installed</li>
</ul>
<p>How to do it:</p>
<ol>
<li>Install WebDav and password protect a public directory on your web server.</li>
<li>Touch a .ics file for your calendar.  I called mine matt.ics</li>
<li>chmod the directory so the web user can create files and modify the .ics file</li>
<li>Install and configure an iCal client that can publish via WebDav.  <a href="http://www.mozilla.org/projects/calendar/sunbird/">Sunbird</a> is excellent for this.</li>
<li>Remove your local calendar from Sunbird</li>
<li>Add a calendar to Sunbird using the URL to your empty .ics file</li>
<li>Add an event to your calendar.  Sunbird should modify the .ics file on your web server.  You will probably be prompted for the username and password on the first try.</li>
<li>Add that calendar to as many clients as you want.  They can all share the calendar.  Create more calendars!  Party!</li>
</ol>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=12&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2007/07/25/poor-mans-calendar-server-with-ical-and-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

