<?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 for A Blog By Justin</title>
	<atom:link href="http://jmbennett.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jmbennett.org</link>
	<description>a little bit of everything</description>
	<lastBuildDate>Mon, 25 Jan 2010 22:58:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Google Calendar Feed Parser by Chuck</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-24780</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-24780</guid>
		<description>Changed the timezone offset to -18000 to fix it for now.</description>
		<content:encoded><![CDATA[<p>Changed the timezone offset to -18000 to fix it for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Chuck</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-24778</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-24778</guid>
		<description>Having some timezone issues.
Everything is off by 5 hours or so.
Here is my parse:
http://www.google.com/calendar/feeds/carlisletroop189@gmail.com/public/full?ctz=America%2FNew_York&amp;orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true</description>
		<content:encoded><![CDATA[<p>Having some timezone issues.<br />
Everything is off by 5 hours or so.<br />
Here is my parse:<br />
<a href="http://www.google.com/calendar/feeds/carlisletroop189@gmail.com/public/full?ctz=America%2FNew_York&amp;orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true" rel="nofollow">http://www.google.com/calendar/feeds/carlisletroop189@gmail.com/public/full?ctz=America%2FNew_York&amp;orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Mike</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-19025</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-19025</guid>
		<description>I&#039;ve tried adding the function directly to the template, but when I do, everything from the call on in the template disappears. Any HTML or php just disappears.

I tried putting in echo statements before and after the call and it is clearly the call that&#039;s aggravating things.

http://brownline.fourcher.net/

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried adding the function directly to the template, but when I do, everything from the call on in the template disappears. Any HTML or php just disappears.</p>
<p>I tried putting in echo statements before and after the call and it is clearly the call that&#8217;s aggravating things.</p>
<p><a href="http://brownline.fourcher.net/" rel="nofollow">http://brownline.fourcher.net/</a></p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Ryan Regalado</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-18967</link>
		<dc:creator>Ryan Regalado</dc:creator>
		<pubDate>Sat, 21 Nov 2009 17:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-18967</guid>
		<description>Hello everyone. With the issue of &quot;parser error : Start tag expected&quot;

I did a little debugging and found out that the hard-coded feed parameter of &quot;&amp;max-results&quot; was causing the issue. I commented out this line and got it to work but still need to figure out how to get only the first 3 to 5 items instead of all of them.

//$feed_url .= &#039;&amp;max-results=&#039; . (( get_option(&#039;gcal_max_results&#039;) == &#039;&#039; ) ? &#039;4&#039; : get_option(&#039;gcal_max_results&#039;));

I need to learn these feed parameters</description>
		<content:encoded><![CDATA[<p>Hello everyone. With the issue of &#8220;parser error : Start tag expected&#8221;</p>
<p>I did a little debugging and found out that the hard-coded feed parameter of &#8220;&amp;max-results&#8221; was causing the issue. I commented out this line and got it to work but still need to figure out how to get only the first 3 to 5 items instead of all of them.</p>
<p>//$feed_url .= &#8216;&amp;max-results=&#8217; . (( get_option(&#8217;gcal_max_results&#8217;) == &#8221; ) ? &#8216;4&#8242; : get_option(&#8217;gcal_max_results&#8217;));</p>
<p>I need to learn these feed parameters</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Google calendar integration for Word Press :: Orion Technology Solutions</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-18646</link>
		<dc:creator>Google calendar integration for Word Press :: Orion Technology Solutions</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-18646</guid>
		<description>[...] been using Google Calendar Feed Parser to generate a sidebar box with upcoming events for quite a few websites. It&#8217;s a handy little [...]</description>
		<content:encoded><![CDATA[<p>[...] been using Google Calendar Feed Parser to generate a sidebar box with upcoming events for quite a few websites. It&#8217;s a handy little [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Version 0.3 by Richard June</title>
		<link>http://jmbennett.org/2009/04/22/version-03/comment-page-1/#comment-18252</link>
		<dc:creator>Richard June</dc:creator>
		<pubDate>Wed, 11 Nov 2009 05:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://jmbennett.org/?p=308#comment-18252</guid>
		<description>Are you still actively maintaining google calendar feed parser? If so I have some updates you&#039;ll probably want to incorporate. Mostly cosmetic, but it makes the output look more like what widgets output, which means the CSS for widgets works out of the box and the calendar looks more like it&#039;s part of the site with less effort.

Please drop me an email about this so I can get you a diff or we can work out how to handle it going forward.</description>
		<content:encoded><![CDATA[<p>Are you still actively maintaining google calendar feed parser? If so I have some updates you&#8217;ll probably want to incorporate. Mostly cosmetic, but it makes the output look more like what widgets output, which means the CSS for widgets works out of the box and the calendar looks more like it&#8217;s part of the site with less effort.</p>
<p>Please drop me an email about this so I can get you a diff or we can work out how to handle it going forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Top 1000 WordPress Plugin Authors &#171; Metode de promovare</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-18098</link>
		<dc:creator>Top 1000 WordPress Plugin Authors &#171; Metode de promovare</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-18098</guid>
		<description>[...] Google Calendar Feed Parser [...]</description>
		<content:encoded><![CDATA[<p>[...] Google Calendar Feed Parser [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Big 2-2 by Ryan Lewis</title>
		<link>http://jmbennett.org/2009/10/23/the-big-2-2/comment-page-1/#comment-17976</link>
		<dc:creator>Ryan Lewis</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://jmbennett.org/?p=336#comment-17976</guid>
		<description>Haha, okay Forest. =]</description>
		<content:encoded><![CDATA[<p>Haha, okay Forest. =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by sarah</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-17818</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-17818</guid>
		<description>Hi
one stupid question but where am I to find this
Feed URL: This is the URL of the feed you wish to incorporate in your blog.  It should be of the form:

    http://www.google.com/calendar/feeds/userID/public/full?param=value&amp;param=value…
?
I have a google calendar but can&#039;t seem to find the url of the feed...</description>
		<content:encoded><![CDATA[<p>Hi<br />
one stupid question but where am I to find this<br />
Feed URL: This is the URL of the feed you wish to incorporate in your blog.  It should be of the form:</p>
<p>    <a href="http://www.google.com/calendar/feeds/userID/public/full?param=value&amp;param=value…" rel="nofollow">http://www.google.com/calendar/feeds/userID/public/full?param=value&amp;param=value…</a><br />
?<br />
I have a google calendar but can&#8217;t seem to find the url of the feed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar Feed Parser by Justin</title>
		<link>http://jmbennett.org/2008/06/21/google-calendar-feed-parser/comment-page-2/#comment-17278</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jmbennett.org/?p=45#comment-17278</guid>
		<description>Lene,

First, you will want to choose &quot;RSS&quot; in your Calendar Details as opposed to &quot;HTML&quot;.  Second, I&#039;m not certain that the plugin will work within the Widget interface.  If changing to the RSS format as I mentioned doesn&#039;t fix the problem, try copying the php code for my plugin directly into your theme&#039;s template (typically the files will be titled well, so if you want the calendar feed to appear in the sidebar, try looking at your theme&#039;s sidebar.php in the theme editor).  Also, you may want to look through some of the comments on this post as well as the other parser-related posts on my blog for mention of a widgetized version of my plugin (I know someone created one I just can&#039;t remember where I talked about it).

Let me know if you have any other issues.

Justin</description>
		<content:encoded><![CDATA[<p>Lene,</p>
<p>First, you will want to choose &#8220;RSS&#8221; in your Calendar Details as opposed to &#8220;HTML&#8221;.  Second, I&#8217;m not certain that the plugin will work within the Widget interface.  If changing to the RSS format as I mentioned doesn&#8217;t fix the problem, try copying the php code for my plugin directly into your theme&#8217;s template (typically the files will be titled well, so if you want the calendar feed to appear in the sidebar, try looking at your theme&#8217;s sidebar.php in the theme editor).  Also, you may want to look through some of the comments on this post as well as the other parser-related posts on my blog for mention of a widgetized version of my plugin (I know someone created one I just can&#8217;t remember where I talked about it).</p>
<p>Let me know if you have any other issues.</p>
<p>Justin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
