<?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>Never Use This Font &#187; HTC Mogul</title>
	<atom:link href="http://neverusethisfont.com/blog/tags/htc-mogul/feed/" rel="self" type="application/rss+xml" />
	<link>http://neverusethisfont.com/blog</link>
	<description>Aaron Parecki is the co-founder of Geoloqi.com, and specializes in backend systems development.</description>
	<lastBuildDate>Mon, 11 Jul 2011 22:50:38 +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>Syncing Windows Mobile with OS X and Google Calendar</title>
		<link>http://neverusethisfont.com/blog/2008/04/syncing-windows-mobile-with-os-x-and-google-calendar/</link>
		<comments>http://neverusethisfont.com/blog/2008/04/syncing-windows-mobile-with-os-x-and-google-calendar/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:46:04 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OS X/Apple]]></category>
		<category><![CDATA[HTC Mogul]]></category>
		<category><![CDATA[sprint]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://blog.neverusethisfont.com/?p=41</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right;"><a href="http://www.flickr.com/photos/39089491@N00/1367995453" target="_blank"><img style="border: medium none; display: block;" src="http://farm2.static.flickr.com/1226/1367995453_739569f034_m.jpg" alt="Sprint Mogul" /></a>Image by <a href="http://www.flickr.com/photos/39089491@N00/1367995453" target="_blank">nino63004</a> via Flickr</p>
</div>
<p>Well I did it! I got the <a class="zem_slink" title="HTC Mogul" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTC_Mogul" target="_blank">HTC Mogul</a> on Sprint&#8217;s <a href="http://www.sprint.com/sero">SERO</a> plan. Everything has been pretty painless so far. Activation was easy, text messaging works, and Internet browsing is pretty fast! Now comes the hard part: getting my data to sync between Windows Mobile and OS X.</p>
<p>There is an excellent program out there that is made exactly for this: <a href="http://www.markspace.com/missingsync_windowsmobile.php">Missing Sync</a>. While not free, I do think it&#8217;s a good deal, so I went ahead and bought it. Everything transferred over flawlessly, and it&#8217;s pretty neat being able to see my call and SMS log on my computer.</p>
<p>However, my syncing ship has only begun to sail. I use Google Calendar as my primary calendar for everything. It has been a huge help in keeping things organized, since I can open it from any computer. My friends and I also subscribe to each others&#8217; calendars so that we can better schedule things together. It can send text message reminders of events, which was a huge help for when I was out and about with no access to a computer. I moved to Google Calendar from iCal a while ago for these reasons.</p>
<p>Missing Sync can sync the Mogul&#8217;s calendar with iCal, but not with Google Calendar. I tried subscribing iCal to Google Calendar&#8217;s public url, but Missing Sync didn&#8217;t like that because it was a read-only calendar. I decided going the other way, publishing iCal to a URL, then subscribing Google Calendar to that, was a better option. I enabled WebDAV on a virtual host on my server.</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">DAVLockDB</span> /www/sub.mydomain.com/<span style="color: #00007f;">dav</span>/<span style="color: #00007f;">davlockdb</span>
<span style="color: #00007f;">DAVMinTimeout</span> <span style="color: #ff0000;">600</span>
<span style="color: #00007f;">DAV</span> <span style="color: #0000ff;">On</span>
&lt;<span style="color: #000000; font-weight:bold;">Location</span> /ical&gt;
    <span style="color: #00007f;">Options</span> <span style="color: #0000ff;">None</span>
    <span style="color: #00007f;">SSLRequireSSL</span>
    <span style="color: #00007f;">SSLOptions</span> +StdEnvVars
    <span style="color: #00007f;">AuthType</span> Basic
    <span style="color: #00007f;">AuthName</span> <span style="color: #7f007f;">&quot;Calendar Access&quot;</span>
    <span style="color: #00007f;">AuthUserFile</span> <span style="color: #7f007f;">&quot;/www/sub.mydomain.com/ssl/.htpasswd&quot;</span>
    &lt;<span style="color: #000000; font-weight:bold;">LimitExcept</span> GET HEAD OPTIONS&gt;
        <span style="color: #00007f;">require</span> <span style="color: #00007f;">user</span> aaron
    &lt;/<span style="color: #000000; font-weight:bold;">LimitExcept</span>&gt;
&lt;/<span style="color: #000000; font-weight:bold;">Location</span>&gt;</pre></div></div>

<p>Publishing iCal to a WebDAV server is super easy, just choose &#8220;Publish on a Private Server&#8221; and enter the URL you have created.</p>
<p>Note: You don&#8217;t need to run your own WebDAV server to do this, you can <a href="http://systemsboy.blogspot.com/2006/06/publish-ical-calendars-on-internet-for.html">use box.net to publish your iCal</a>!</p>
<p>The one downside to this is that it isn&#8217;t possible to add events using Google Calendar. But I figure I&#8217;ll have my Mogul on my all the time anyway, and I can just add through there. Publishing my calendar to Google Calendar lets my friends still see my schedule.</p>
<div id="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a id="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img id="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixie.png?x-id=50116f26-f130-4474-9435-f8efa8332f1a" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://neverusethisfont.com/blog/2008/04/syncing-windows-mobile-with-os-x-and-google-calendar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

