<?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"
	>
<channel>
	<title>Comments on: Creating iCalendar (ics) files with PHP</title>
	<atom:link href="http://bradym.net/php/creating-icalendar-ics-files-with-php/feed" rel="self" type="application/rss+xml" />
	<link>http://bradym.net/php/creating-icalendar-ics-files-with-php</link>
	<description>Random thoughts of a Code Monkey</description>
	<pubDate>Thu, 20 Nov 2008 20:29:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: bradym</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-27</link>
		<dc:creator>bradym</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-27</guid>
		<description>Tom:

Sorry for the delayed response. I don't have an iPhone, so I haven't played around with adding events to it. My guess is that if it works in iCal on OS X it will work for the iPhone, but I have no documentation to support that theory.</description>
		<content:encoded><![CDATA[<p>Tom:</p>
<p>Sorry for the delayed response. I don&#8217;t have an iPhone, so I haven&#8217;t played around with adding events to it. My guess is that if it works in iCal on OS X it will work for the iPhone, but I have no documentation to support that theory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-20</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 10 Nov 2008 14:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-20</guid>
		<description>Thanks for the headstart. I need to code something like this for a client who wants to add events to her iPhone, so I think an ical file is required. Do you know of any iPhone specific issues to be aware of? Unfortunately I don't have an iPhone either, so any clue how I can test it?</description>
		<content:encoded><![CDATA[<p>Thanks for the headstart. I need to code something like this for a client who wants to add events to her iPhone, so I think an ical file is required. Do you know of any iPhone specific issues to be aware of? Unfortunately I don&#8217;t have an iPhone either, so any clue how I can test it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Asche</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-6</link>
		<dc:creator>Christian Asche</dc:creator>
		<pubDate>Thu, 28 Aug 2008 08:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-6</guid>
		<description>Thank you for the tutorial.

I got an error in Outlook 2007: 0x00040023 Der Internetkalender enthält einen fließenden DTStart Wert ...

This fix worked for me:

echo "DTSTART:".$events-&#62;fields[start]."T000000Z\n";
echo "DTEND:".$events-&#62;fields['end']."T000000Z\n";

I just added an Z to DTSTART and DTEND, to get rid of the warning.</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial.</p>
<p>I got an error in Outlook 2007: 0&#215;00040023 Der Internetkalender enthält einen fließenden DTStart Wert &#8230;</p>
<p>This fix worked for me:</p>
<p>echo &#8220;DTSTART:&#8221;.$events-&gt;fields[start].&#8221;T000000Z\n&#8221;;<br />
echo &#8220;DTEND:&#8221;.$events-&gt;fields['end'].&#8221;T000000Z\n&#8221;;</p>
<p>I just added an Z to DTSTART and DTEND, to get rid of the warning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-7</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 22 Jul 2008 09:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-7</guid>
		<description>Thanks for this, it's really cleared things up for me. I was planning on doing this for a project further down the line but now I can get it out there at the start. Cheers
Nathan</description>
		<content:encoded><![CDATA[<p>Thanks for this, it&#8217;s really cleared things up for me. I was planning on doing this for a project further down the line but now I can get it out there at the start. Cheers<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradym</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-5</link>
		<dc:creator>bradym</dc:creator>
		<pubDate>Tue, 29 Apr 2008 04:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-5</guid>
		<description>Joe: Thanks, but the link seems to be working fine now. Maybe their site was down temporarily.</description>
		<content:encoded><![CDATA[<p>Joe: Thanks, but the link seems to be working fine now. Maybe their site was down temporarily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradym</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-4</link>
		<dc:creator>bradym</dc:creator>
		<pubDate>Tue, 29 Apr 2008 04:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-4</guid>
		<description>Bwhendrickx:

db.php is where the connection parameters are stored. In this case I was using adodb (http://adodb.sf.net) so $conn is the connection object. Here's the contents of db.php

&lt; ?php
include('adodb.inc.php');
$conn = NewADOConnection('mysql');
$conn-&gt;connect('localhost', 'username', 'password', 'database');
?&gt;

Also, the &#038;gt should have been &gt; -- WordPress decided to convert it to the HTML entity for me and leave off the semi-colon.. how helpful.</description>
		<content:encoded><![CDATA[<p>Bwhendrickx:</p>
<p>db.php is where the connection parameters are stored. In this case I was using adodb (http://adodb.sf.net) so $conn is the connection object. Here&#8217;s the contents of db.php</p>
<p>< ?php<br />
include('adodb.inc.php');<br />
$conn = NewADOConnection('mysql');<br />
$conn->connect(&#8217;localhost&#8217;, &#8216;username&#8217;, &#8216;password&#8217;, &#8216;database&#8217;);<br />
?></p>
<p>Also, the &#038;gt should have been > &#8212; WordPress decided to convert it to the HTML entity for me and leave off the semi-colon.. how helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bwhendrickx</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-2</link>
		<dc:creator>Bwhendrickx</dc:creator>
		<pubDate>Tue, 11 Mar 2008 15:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-2</guid>
		<description>Very nice code, but a little bit vague. Which code contains the db.php?? only username, password, etc.? what is: $conn-&#38;gt
because when I execute: Parse error: syntax error, unexpected '&#38;' in /xxxxx/xxxx/xxx/generator.php on line 6</description>
		<content:encoded><![CDATA[<p>Very nice code, but a little bit vague. Which code contains the db.php?? only username, password, etc.? what is: $conn-&amp;gt<br />
because when I execute: Parse error: syntax error, unexpected &#8216;&amp;&#8217; in /xxxxx/xxxx/xxx/generator.php on line 6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-3</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 21 Feb 2008 21:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://bradym.net/php/creating-icalendar-ics-files-with-php#comment-3</guid>
		<description>The link below is broken.  It is the third link the list on top.

link text: '# Entire iCalendar Specification' link: 'http://rfc.net/rfc2445.html'</description>
		<content:encoded><![CDATA[<p>The link below is broken.  It is the third link the list on top.</p>
<p>link text: &#8216;# Entire iCalendar Specification&#8217; link: &#8216;http://rfc.net/rfc2445.html&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
