<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generating iCal files with ColdFusion</title>
	<atom:link href="http://osric.com/chris/accidental-developer/2008/09/generating-ical-files-with-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://osric.com/chris/accidental-developer/2008/09/generating-ical-files-with-coldfusion/</link>
	<description>What if Gregor Samsa awoke a computer programmer?</description>
	<lastBuildDate>Tue, 15 May 2012 14:43:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Julian Young</title>
		<link>http://osric.com/chris/accidental-developer/2008/09/generating-ical-files-with-coldfusion/comment-page-1/#comment-5276</link>
		<dc:creator>Julian Young</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://osric.com/chris/accidental-developer/?p=63#comment-5276</guid>
		<description>Just tackled this issue myself, it is indeed caused by something in the headers. I didn&#039;t quite work out exactly the problem was but fiddling with the headers resolved my problem. Posted up on it here -&gt; http://www.julian-young.com/2009/07/07/php-ical-email/ (It&#039;s PHP mind).  I used the following for the overall message..

Content-Type: multipart/alternative
Content-class: urn:content-classes:calendarmessage

and 

Content-Type: text/calendar;name=&quot;meeting.ics&quot;;method=REQUEST
Content-Transfer-Encoding: 8bit

for the iCal content. Hope that helps anyone else that stumbles upon this post!</description>
		<content:encoded><![CDATA[<p>Just tackled this issue myself, it is indeed caused by something in the headers. I didn&#8217;t quite work out exactly the problem was but fiddling with the headers resolved my problem. Posted up on it here -&gt; <a href="http://www.julian-young.com/2009/07/07/php-ical-email/" rel="nofollow">http://www.julian-young.com/2009/07/07/php-ical-email/</a> (It&#8217;s PHP mind).  I used the following for the overall message..</p>
<p>Content-Type: multipart/alternative<br />
Content-class: urn:content-classes:calendarmessage</p>
<p>and </p>
<p>Content-Type: text/calendar;name=&#8221;meeting.ics&#8221;;method=REQUEST<br />
Content-Transfer-Encoding: 8bit</p>
<p>for the iCal content. Hope that helps anyone else that stumbles upon this post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Herdt</title>
		<link>http://osric.com/chris/accidental-developer/2008/09/generating-ical-files-with-coldfusion/comment-page-1/#comment-180</link>
		<dc:creator>Chris Herdt</dc:creator>
		<pubDate>Wed, 10 Sep 2008 20:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://osric.com/chris/accidental-developer/?p=63#comment-180</guid>
		<description>I think this issue may have to do with how I was attaching the .ics file. I had been using a cfmailparam tag to specify the file and type (text/calendar).

When I switched to using the old method (the mimeattach attribute of the cfmail tag) Outlook 2007 let me add the meeting to my calendar. Perhaps this means that text/calendar isn&#039;t the MIME type I should have been using.</description>
		<content:encoded><![CDATA[<p>I think this issue may have to do with how I was attaching the .ics file. I had been using a cfmailparam tag to specify the file and type (text/calendar).</p>
<p>When I switched to using the old method (the mimeattach attribute of the cfmail tag) Outlook 2007 let me add the meeting to my calendar. Perhaps this means that text/calendar isn&#8217;t the MIME type I should have been using.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

