<?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>brunerd &#187; MacWorld</title>
	<atom:link href="http://www.brunerd.com/blog/category/macworld/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brunerd.com/blog</link>
	<description>pushin' bytes around</description>
	<lastBuildDate>Fri, 04 Jun 2010 15:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MyMacWorld Calendar, Outlook Compatible</title>
		<link>http://www.brunerd.com/blog/2008/01/09/mymacworld-calendar-outlook-compatible/</link>
		<comments>http://www.brunerd.com/blog/2008/01/09/mymacworld-calendar-outlook-compatible/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 16:24:07 +0000</pubDate>
		<dc:creator>brunerd</dc:creator>
				<category><![CDATA[MacWorld]]></category>

		<guid isPermaLink="false">http://www.brunerd.com/blog/2008/01/09/mymacworld-calendar-outlook-compatible/</guid>
		<description><![CDATA[So, the MyMacWorld site made by BDMetrics has an &#8220;Export to PDA&#8221; function that supports Outlook and not iCal. Try and import the ics file into iCal and you&#8217;ll get:"This calendar file is unreadable. No events have been added to your iCal calendar"Guh!? Let&#8217;s go back and read the description of what this exporting will [...]]]></description>
			<content:encoded><![CDATA[<p>So, the <a href="https://mymacworldexpo.bdmetrics.com/portal/AttendeeMain.aspx">MyMacWorld</a> site made by BDMetrics has an &#8220;Export to PDA&#8221; function that supports Outlook and not iCal. Try and import the ics file into iCal  and you&#8217;ll get:<code>"This calendar file is unreadable. No events have been added to your iCal calendar"</code>Guh!? Let&#8217;s go back and read the description of what this exporting will get you:</p>
<blockquote><p>
This exports all your scheduled items in a single, iCalendar or vCalendar file. You may then import this file into any iCalendar-compliant system such as OutlookTM, then subsequently synch to your PDA.</p></blockquote>
<p>Oh super, Outlook. That&#8217;s great for the PC manager who gets sent to MacWorld to see what this Mac hullaballoo is all about, but it&#8217;s useless for 95% of MacWorld&#8217;s attendees. Are you serious BDMetrics?</p>
<p>Update:<br />
OK After spending way too long looking at Apple&#8217;s iCal specs and messing with the tags and blogging the whole thing (and using ♥ in my URL, so the thing broke on every other browser besides Safari!) I have the solution. But first the reason they don&#8217;t work:</p>
<li>iCal will only read VERSION:2.0 tagged files, MyMacWorld is VERSION:1.0
<li>The iCalendar <a href="http://www.ietf.org/rfc/rfc2445.txt">spec</a> call for CRLF ending, they use an LF only
</li>
<p>HA! Of course a spec written in 1998 by an MS employee calls for CRLF line endings! Of course, it makes sense now!</p>
<p>OK so here&#8217;s the code. Get thee to a Terminal, cd to where your ics file is, and copy and paste following onto one line, and you&#8217;ll be good to go<br />
<code>perl -p -e 's/VERSION:1.0/VERSION:2.0/g' ShowCalendar.ics | perl -p -e 's/(\r\n|\n|\r)/\r\n/g' > newShowCalendar.ics</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brunerd.com/blog/2008/01/09/mymacworld-calendar-outlook-compatible/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
