<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to add a Google Calendar to your wordpress.com blog using the RSS widget</title>
	<atom:link href="http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/</link>
	<description>Snippets of "how-to" s from a wordpress.com user</description>
	<lastBuildDate>Wed, 04 Nov 2009 19:39:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Is Google Calendar Right for Your Website? &#171; Jenyum&#8217;s Techy Blog</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-105</link>
		<dc:creator>Is Google Calendar Right for Your Website? &#171; Jenyum&#8217;s Techy Blog</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-105</guid>
		<description>[...] get it to publish in the correct chronological order, rather than by date of event publication.  This post at &#8220;Helen&#8217;s Nerdy Blog&#8221; has some great step by step instructions, but you have to understand how to draft the necessary [...]</description>
		<content:encoded><![CDATA[<p>[...] get it to publish in the correct chronological order, rather than by date of event publication.  This post at &#8220;Helen&#8217;s Nerdy Blog&#8221; has some great step by step instructions, but you have to understand how to draft the necessary [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luckyblog</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-104</link>
		<dc:creator>luckyblog</dc:creator>
		<pubDate>Wed, 04 Nov 2009 10:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-104</guid>
		<description>Hiya Geraldine.
What happened when you put the &quot;incantation&quot; in the &quot;Item (repeatable)&quot; box?

What the &quot;Item (repeatable)&quot; bit is: Its asking you to tell it the usual pattern of the things to look for - in our case, we want it to find each individual google calendar &quot;entry&quot; - that&#039;s why the incantation is starting and finishing with html tags that say &quot;entry&quot; in them.
Most of the incantation is saying the parts of the pattern which are the same for every entry.

Of course, the different entries will have bits in them that are different for each calendar event - stuff that we care about giving the details of what the event is, e.g. &quot;My Tea Party&quot;, other stuff that details exactly when it is e.g. date. We want the feed43 to find those bits and save them for us - that&#039;s what the % notation means - &quot;find this stuff and record it for later.&quot;

There are other bits that are also different for each calendar event - but that we &lt;em&gt;don&#039;t&lt;/em&gt; particularly care about - e.g. there is lots of info about the exact time that we created the event - that&#039;s not useful - I don&#039;t want to display the time that the idea hit me: &quot;Oh, I&#039;ll hold a tea party!&quot; - its only interesting to display the time that the tea party will actually take place - so for that reason, there are parts of each entry where we want feed43 to match &quot;any old pattern&quot;, but not keep it. That is what the * notation means - &quot;find this stuff but don&#039;t do anything with it.&quot;

If the incantation (or some alternative pattern that you make) works on the input you are putting in, then the next box will magically suddenly get populated with the stuff that feed43 found for %1, %2 etc, and it will display it for you, and just go on to the next step.

If nothing like that happened, then its not quite working and needs tweaking.

Maybe you can post up the URL (http) address of your calendar, so that we can see what the entries look like, and why its not working for you with the usual incantation,

cheers,
Helen</description>
		<content:encoded><![CDATA[<p>Hiya Geraldine.<br />
What happened when you put the &#8220;incantation&#8221; in the &#8220;Item (repeatable)&#8221; box?</p>
<p>What the &#8220;Item (repeatable)&#8221; bit is: Its asking you to tell it the usual pattern of the things to look for &#8211; in our case, we want it to find each individual google calendar &#8220;entry&#8221; &#8211; that&#8217;s why the incantation is starting and finishing with html tags that say &#8220;entry&#8221; in them.<br />
Most of the incantation is saying the parts of the pattern which are the same for every entry.</p>
<p>Of course, the different entries will have bits in them that are different for each calendar event &#8211; stuff that we care about giving the details of what the event is, e.g. &#8220;My Tea Party&#8221;, other stuff that details exactly when it is e.g. date. We want the feed43 to find those bits and save them for us &#8211; that&#8217;s what the % notation means &#8211; &#8220;find this stuff and record it for later.&#8221;</p>
<p>There are other bits that are also different for each calendar event &#8211; but that we <em>don&#8217;t</em> particularly care about &#8211; e.g. there is lots of info about the exact time that we created the event &#8211; that&#8217;s not useful &#8211; I don&#8217;t want to display the time that the idea hit me: &#8220;Oh, I&#8217;ll hold a tea party!&#8221; &#8211; its only interesting to display the time that the tea party will actually take place &#8211; so for that reason, there are parts of each entry where we want feed43 to match &#8220;any old pattern&#8221;, but not keep it. That is what the * notation means &#8211; &#8220;find this stuff but don&#8217;t do anything with it.&#8221;</p>
<p>If the incantation (or some alternative pattern that you make) works on the input you are putting in, then the next box will magically suddenly get populated with the stuff that feed43 found for %1, %2 etc, and it will display it for you, and just go on to the next step.</p>
<p>If nothing like that happened, then its not quite working and needs tweaking.</p>
<p>Maybe you can post up the URL (http) address of your calendar, so that we can see what the entries look like, and why its not working for you with the usual incantation,</p>
<p>cheers,<br />
Helen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gogirlcindy</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-103</link>
		<dc:creator>gogirlcindy</dc:creator>
		<pubDate>Tue, 03 Nov 2009 21:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-103</guid>
		<description>Worked beautifully.  Thank you.</description>
		<content:encoded><![CDATA[<p>Worked beautifully.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geraldine Sangalang</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-102</link>
		<dc:creator>Geraldine Sangalang</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-102</guid>
		<description>Can you help me please?  I didn&#039;t have as much luck as you.

I’m totally stuck on Step 2b. I don’t know what to do with the “Item (repeatable) Search Pattern” section.

I really don’t know what to do in this box – I’ve put in the “incantation” because I’m clueless!</description>
		<content:encoded><![CDATA[<p>Can you help me please?  I didn&#8217;t have as much luck as you.</p>
<p>I’m totally stuck on Step 2b. I don’t know what to do with the “Item (repeatable) Search Pattern” section.</p>
<p>I really don’t know what to do in this box – I’ve put in the “incantation” because I’m clueless!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geraldine Sangalang</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-101</link>
		<dc:creator>Geraldine Sangalang</dc:creator>
		<pubDate>Thu, 29 Oct 2009 21:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-101</guid>
		<description>Ok, I&#039;m totally stuck on Step 2b.  Help please!

I don&#039;t know what to do with the &quot;Item (repeatable) Search Pattern&quot; section.

I really don&#039;t know what to do in this box - I&#039;ve put in the &quot;incantation&quot; because I&#039;m clueless!</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;m totally stuck on Step 2b.  Help please!</p>
<p>I don&#8217;t know what to do with the &#8220;Item (repeatable) Search Pattern&#8221; section.</p>
<p>I really don&#8217;t know what to do in this box &#8211; I&#8217;ve put in the &#8220;incantation&#8221; because I&#8217;m clueless!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markpa</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-99</link>
		<dc:creator>markpa</dc:creator>
		<pubDate>Sat, 26 Sep 2009 22:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-99</guid>
		<description>Great help, Thanks.
while wordpress continues to ignore iframe and as the site is wordpress.com with no plugins allowed it was a godsend.</description>
		<content:encoded><![CDATA[<p>Great help, Thanks.<br />
while wordpress continues to ignore iframe and as the site is wordpress.com with no plugins allowed it was a godsend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Johnson</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-98</link>
		<dc:creator>Jeremy Johnson</dc:creator>
		<pubDate>Wed, 09 Sep 2009 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-98</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-97</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 18 Aug 2009 19:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-97</guid>
		<description>Your &quot;hack&quot; for keeping things displaying in the right order was a life saver.  It worked flawlessly.  Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Your &#8220;hack&#8221; for keeping things displaying in the right order was a life saver.  It worked flawlessly.  Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-95</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 22 Jul 2009 17:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-95</guid>
		<description>I successfully followed the steps and converted my Google calendar feed using feed43.

However, when I enter http://feed43.com/6086580027777183.xml in the Wordpress.com RSS Widget, it just spits out the URL again. There&#039;s no options in the RSS widget for configuring anything.
espo

I&#039;m really getting frustrated with the limitations Wordpress puts on iframes. I understand the security risks, but it feels like they&#039;re punishing the vast majority of responsible people to safeguard against a few irresponsible ones.</description>
		<content:encoded><![CDATA[<p>I successfully followed the steps and converted my Google calendar feed using feed43.</p>
<p>However, when I enter <a href="http://feed43.com/6086580027777183.xml" rel="nofollow">http://feed43.com/6086580027777183.xml</a> in the WordPress.com RSS Widget, it just spits out the URL again. There&#8217;s no options in the RSS widget for configuring anything.<br />
espo</p>
<p>I&#8217;m really getting frustrated with the limitations WordPress puts on iframes. I understand the security risks, but it feels like they&#8217;re punishing the vast majority of responsible people to safeguard against a few irresponsible ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scipmark</title>
		<link>http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-94</link>
		<dc:creator>scipmark</dc:creator>
		<pubDate>Mon, 08 Jun 2009 21:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://helensnerdyblog.wordpress.com/2007/11/27/how-to-add-a-google-calendar-to-your-wordpresscom-blog-using-the-rss-widget/#comment-94</guid>
		<description>Hi luckyblog
got excited about the feedburner event feed solution but it seems to have been removed by google
you said:
Also, new solutions have/will become available for tackling this.
can you suggest one please - I can get a feed though feedburner but it shows the creation date and I&#039;m unclear how to edit that out?
thanks
Mark</description>
		<content:encoded><![CDATA[<p>Hi luckyblog<br />
got excited about the feedburner event feed solution but it seems to have been removed by google<br />
you said:<br />
Also, new solutions have/will become available for tackling this.<br />
can you suggest one please &#8211; I can get a feed though feedburner but it shows the creation date and I&#8217;m unclear how to edit that out?<br />
thanks<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
