<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Cooking and Coding</title>
	<atom:link href="http://cookingandcoding.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cookingandcoding.wordpress.com</link>
	<description>The two things I do the most...</description>
	<lastBuildDate>Thu, 26 Nov 2009 14:41:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Dynamically Generating Embedded Google Calendars with GCal4Ruby by Matt Katz</title>
		<link>http://cookingandcoding.wordpress.com/2009/08/31/dynamically-generating-embedded-google-calendars-with-gcal4ruby/#comment-192</link>
		<dc:creator>Matt Katz</dc:creator>
		<pubDate>Thu, 26 Nov 2009 14:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=229#comment-192</guid>
		<description>Hi Jim,
Hopefully you&#039;ve found what you needed by now.

Just so you know, this is kind of a textbook example of &quot;how not to get help&quot;.

You got the guy&#039;s name wrong:  He&#039;s Mike Reich.  It&#039;s in the about page: http://cookingandcoding.wordpress.com/about/
You are asking in the wrong forum:  This is the author of GCal4Ruby, not a Google Sites admin.
You are behaving like a paying customer:  The way this works is you ask questions and people help you because they are nice.  The nicer you are, the more likely someone is to help you.  You don&#039;t get to expect anything from them. Them&#039;s the breaks when you aren&#039;t paying.  While I don&#039;t speak for Mike, &quot;if you do write back with an answer, please make sure you have tested it first&quot; doesn&#039;t encourage me to give you anything.

Good luck with your unicycle team, and good luck with the calendar embedding.</description>
		<content:encoded><![CDATA[<p>Hi Jim,<br />
Hopefully you&#8217;ve found what you needed by now.</p>
<p>Just so you know, this is kind of a textbook example of &#8220;how not to get help&#8221;.</p>
<p>You got the guy&#8217;s name wrong:  He&#8217;s Mike Reich.  It&#8217;s in the about page: <a href="http://cookingandcoding.wordpress.com/about/" rel="nofollow">http://cookingandcoding.wordpress.com/about/</a><br />
You are asking in the wrong forum:  This is the author of GCal4Ruby, not a Google Sites admin.<br />
You are behaving like a paying customer:  The way this works is you ask questions and people help you because they are nice.  The nicer you are, the more likely someone is to help you.  You don&#8217;t get to expect anything from them. Them&#8217;s the breaks when you aren&#8217;t paying.  While I don&#8217;t speak for Mike, &#8220;if you do write back with an answer, please make sure you have tested it first&#8221; doesn&#8217;t encourage me to give you anything.</p>
<p>Good luck with your unicycle team, and good luck with the calendar embedding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by Vitek</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-190</link>
		<dc:creator>Vitek</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-190</guid>
		<description>it is working after you add this line to gcal4ruby-0.2.5/lib/gcal4ruby/event.rb:278

      xml.root.add_element(&quot;gCal:sendEventNotifications&quot;, {&quot;value&quot; =&gt; &quot;true&quot;, &quot;xmlns:gCal&quot; =&gt; &quot;http://schemas.google.com/gCal/2005&quot;})

but it is ugly hack :-) I know...</description>
		<content:encoded><![CDATA[<p>it is working after you add this line to gcal4ruby-0.2.5/lib/gcal4ruby/event.rb:278</p>
<p>      xml.root.add_element(&#8220;gCal:sendEventNotifications&#8221;, {&#8220;value&#8221; =&gt; &#8220;true&#8221;, &#8220;xmlns:gCal&#8221; =&gt; &#8220;http://schemas.google.com/gCal/2005&#8243;})</p>
<p>but it is ugly hack <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I know&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by Vitek</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-189</link>
		<dc:creator>Vitek</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-189</guid>
		<description>Hello,

thank you for this really nice google api gem!

I have one question. I will create new event in my google calendar and I will add couple of attendees to this event. But only attendees with gmail account will receive invitation email. 

How to create new calendar event and also all attendees will receive their invitation? I have read documentation for java client and there is a method SendEventNotificationsProperty (http://code.google.com/intl/cs/apis/gdata/javadoc/com/google/gdata/data/calendar/SendEventNotificationsProperty.html) so I think that api provides this functionality also.

Thank you for your time!

Vitek</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thank you for this really nice google api gem!</p>
<p>I have one question. I will create new event in my google calendar and I will add couple of attendees to this event. But only attendees with gmail account will receive invitation email. </p>
<p>How to create new calendar event and also all attendees will receive their invitation? I have read documentation for java client and there is a method SendEventNotificationsProperty (<a href="http://code.google.com/intl/cs/apis/gdata/javadoc/com/google/gdata/data/calendar/SendEventNotificationsProperty.html" rel="nofollow">http://code.google.com/intl/cs/apis/gdata/javadoc/com/google/gdata/data/calendar/SendEventNotificationsProperty.html</a>) so I think that api provides this functionality also.</p>
<p>Thank you for your time!</p>
<p>Vitek</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by Mike Reich</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-188</link>
		<dc:creator>Mike Reich</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-188</guid>
		<description>Hi Ed, can you send a dump of the event xml?  You can do this by enabling the debug flag for the service at the beginning of your code: &#039;@service.debug = true&#039; then pulling the raw xml response from the output.  That would help figure out why the recurrence isn&#039;t loading.  It definitely should even if you are creating the event on the front-end.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Ed, can you send a dump of the event xml?  You can do this by enabling the debug flag for the service at the beginning of your code: &#8216;@service.debug = true&#8217; then pulling the raw xml response from the output.  That would help figure out why the recurrence isn&#8217;t loading.  It definitely should even if you are creating the event on the front-end.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by Mike Reich</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-187</link>
		<dc:creator>Mike Reich</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-187</guid>
		<description>Hi Marco, thanks for the post and fix.  I&#039;ll have to take poke around with the google responses - looks like they updated their xml return schema.  Adding the app definition manually is a good work around.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Marco, thanks for the post and fix.  I&#8217;ll have to take poke around with the google responses &#8211; looks like they updated their xml return schema.  Adding the app definition manually is a good work around.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by ed</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-186</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Sat, 21 Nov 2009 21:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-186</guid>
		<description>Has anyone used recurrences successfully?  In my test of the gem, I create a recurring weekly event from the google web interface with a stop date some months in the future.

I can retrieve the event using GCal4Ruby, and I see the node with  tag using .to_xml, but event.recurrences comes back nil.

Or is it only expected to work when it&#039;s created from the ruby side?</description>
		<content:encoded><![CDATA[<p>Has anyone used recurrences successfully?  In my test of the gem, I create a recurring weekly event from the google web interface with a stop date some months in the future.</p>
<p>I can retrieve the event using GCal4Ruby, and I see the node with  tag using .to_xml, but event.recurrences comes back nil.</p>
<p>Or is it only expected to work when it&#8217;s created from the ruby side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by marco</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-185</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Sat, 21 Nov 2009 21:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-185</guid>
		<description>When I said I was a ruby newbie, I wasn&#039;t kidding.  Sorry for the spam..

Adding:
      entry.attributes[&quot;xmlns:app&quot;] = &quot;http://www.w3.org/2007/app&quot;

to def calendars in events.rb fixed my issue.  Hope this helps someone else!</description>
		<content:encoded><![CDATA[<p>When I said I was a ruby newbie, I wasn&#8217;t kidding.  Sorry for the spam..</p>
<p>Adding:<br />
      entry.attributes["xmlns:app"] = &#8220;http://www.w3.org/2007/app&#8221;</p>
<p>to def calendars in events.rb fixed my issue.  Hope this helps someone else!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by marco</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-184</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Sat, 21 Nov 2009 20:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-184</guid>
		<description>My guess is that this, which is part of the result of &quot;p service&quot;, is causing the problem.

2009-11-20T20:47:18.000Z</description>
		<content:encoded><![CDATA[<p>My guess is that this, which is part of the result of &#8220;p service&#8221;, is causing the problem.</p>
<p>2009-11-20T20:47:18.000Z</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ruby Google Calendar API Gem: GCal4Ruby by marco</title>
		<link>http://cookingandcoding.wordpress.com/2009/06/08/new-ruby-google-calendar-api-gem-gcal4ruby/#comment-183</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Sat, 21 Nov 2009 16:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=169#comment-183</guid>
		<description>Hi Mike,

I&#039;m a ruby newbie. Yesterday I was playing around with your wonderful gem and it was working great; I could retrieve the calendar list, print calendar titles, etc.

This morning I&#039;m trying to do the same and it&#039;s not working anymore.  Hoping you can help, thanks..

The code:
require &#039;rubygems&#039;
require &#039;gcal4ruby&#039;

service = GCal4Ruby::Service.new
service.authenticate(&quot;XXXXXX&quot;, &quot;XXXXXX&quot;)
p service
calendars = service.calendars
p calendars

The error:
/usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:389:in `pull&#039;: Undefined prefix app found (REXML::UndefinedNamespaceException)
        from /usr/lib/ruby/1.8/set.rb:195:in `each&#039;
        from /usr/lib/ruby/1.8/set.rb:195:in `each_key&#039;
        from /usr/lib/ruby/1.8/set.rb:195:in `each&#039;
        from /usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:387:in `pull&#039;
        from /usr/lib/ruby/1.8/rexml/parsers/treeparser.rb:22:in `parse&#039;
        from /usr/lib/ruby/1.8/rexml/document.rb:227:in `build&#039;
        from /usr/lib/ruby/1.8/rexml/document.rb:43:in `initialize&#039;
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/calendar.rb:260:in `new&#039;
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/calendar.rb:260:in `load&#039;
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/service.rb:64:in `calendars&#039;
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/service.rb:59:in `map&#039;
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/service.rb:59:in `calendars&#039;
        from togcal1_gcal4ruby.rb:7</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>I&#8217;m a ruby newbie. Yesterday I was playing around with your wonderful gem and it was working great; I could retrieve the calendar list, print calendar titles, etc.</p>
<p>This morning I&#8217;m trying to do the same and it&#8217;s not working anymore.  Hoping you can help, thanks..</p>
<p>The code:<br />
require &#8216;rubygems&#8217;<br />
require &#8216;gcal4ruby&#8217;</p>
<p>service = GCal4Ruby::Service.new<br />
service.authenticate(&#8220;XXXXXX&#8221;, &#8220;XXXXXX&#8221;)<br />
p service<br />
calendars = service.calendars<br />
p calendars</p>
<p>The error:<br />
/usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:389:in `pull&#8217;: Undefined prefix app found (REXML::UndefinedNamespaceException)<br />
        from /usr/lib/ruby/1.8/set.rb:195:in `each&#8217;<br />
        from /usr/lib/ruby/1.8/set.rb:195:in `each_key&#8217;<br />
        from /usr/lib/ruby/1.8/set.rb:195:in `each&#8217;<br />
        from /usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:387:in `pull&#8217;<br />
        from /usr/lib/ruby/1.8/rexml/parsers/treeparser.rb:22:in `parse&#8217;<br />
        from /usr/lib/ruby/1.8/rexml/document.rb:227:in `build&#8217;<br />
        from /usr/lib/ruby/1.8/rexml/document.rb:43:in `initialize&#8217;<br />
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/calendar.rb:260:in `new&#8217;<br />
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/calendar.rb:260:in `load&#8217;<br />
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/service.rb:64:in `calendars&#8217;<br />
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/service.rb:59:in `map&#8217;<br />
        from /home/john/.gem/ruby/1.8/gems/gcal4ruby-0.2.5/lib/gcal4ruby/service.rb:59:in `calendars&#8217;<br />
        from togcal1_gcal4ruby.rb:7</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Red5 + Xuggler on CentOS 5.x by Mike Reich</title>
		<link>http://cookingandcoding.wordpress.com/2009/11/11/install-red5-xuggler-on-centos-5-x/#comment-182</link>
		<dc:creator>Mike Reich</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://cookingandcoding.wordpress.com/?p=237#comment-182</guid>
		<description>Thanks for the comment!  I didn&#039;t bother with the order because I could never get Xuggler to recognize the RED5_HOME path.  For some reason ANT would have trouble getting that value from the environment variables.  But yes, if you install red5 first and set the environment variable, Xuggler can install the correct jars into the Red5 path automatically.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment!  I didn&#8217;t bother with the order because I could never get Xuggler to recognize the RED5_HOME path.  For some reason ANT would have trouble getting that value from the environment variables.  But yes, if you install red5 first and set the environment variable, Xuggler can install the correct jars into the Red5 path automatically.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
