<?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: Zend Framework: How-to interact with Google Calendar (Part 1/2)</title>
	<atom:link href="http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/</link>
	<description>Personal blog of a internet software developer</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:52:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ashok</title>
		<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/comment-page-1/#comment-5321</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Fri, 18 Mar 2011 14:30:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Excellent post - It made my calendar creation easy. Thanks for the post!!</description>
		<content:encoded><![CDATA[<p>Excellent post &#8211; It made my calendar creation easy. Thanks for the post!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/comment-page-1/#comment-1903</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Wed, 13 Oct 2010 04:51:36 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Very informative article - code worked perfectly. I checked the API docs for Zend_Gdata_Calendar (http://framework.zend.com/apidoc/core/Zend_Gdata/Calendar/Zend_Gdata_Calendar.html) and don&#039;t see newListEntry anywhere in there. Am I looking in the wrong place? 

Also do you have a code sample to delete a calendar?

Lastly, where did your URL come from for the second argument in insertEntry() ?</description>
		<content:encoded><![CDATA[<p>Very informative article &#8211; code worked perfectly. I checked the API docs for Zend_Gdata_Calendar (<a href="http://framework.zend.com/apidoc/core/Zend_Gdata/Calendar/Zend_Gdata_Calendar.html" rel="nofollow">http://framework.zend.com/apidoc/core/Zend_Gdata/Calendar/Zend_Gdata_Calendar.html</a>) and don&#8217;t see newListEntry anywhere in there. Am I looking in the wrong place? </p>
<p>Also do you have a code sample to delete a calendar?</p>
<p>Lastly, where did your URL come from for the second argument in insertEntry() ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/comment-page-1/#comment-1647</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 01 Sep 2010 03:45:51 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Thanks for the post, if anyone else wants to get rid of the error notices for the autoloader because you are using zf &gt; 1.8 using below worked for me:

//Let&#039;s enable autoload, ZF handles this nicely
//Zend_Loader::registerAutoload();
require_once &#039;Zend/Loader/Autoloader.php&#039;;
$loader = Zend_Loader_Autoloader::getInstance();</description>
		<content:encoded><![CDATA[<p>Thanks for the post, if anyone else wants to get rid of the error notices for the autoloader because you are using zf &gt; 1.8 using below worked for me:</p>
<p>//Let&#8217;s enable autoload, ZF handles this nicely<br />
//Zend_Loader::registerAutoload();<br />
require_once &#8216;Zend/Loader/Autoloader.php&#8217;;<br />
$loader = Zend_Loader_Autoloader::getInstance();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josedasilva</title>
		<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/comment-page-1/#comment-255</link>
		<dc:creator>josedasilva</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:12:26 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Simon,

What&#039;s in your file?</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>What&#8217;s in your file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.josedasilva.net/zend-framework-how-to-interact-with-google-calendar-part-1/comment-page-1/#comment-227</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:39:07 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>I have problem:
   
and then I got error:
Parse error: syntax error, unexpected &#039;@&#039; in C:\xampp\htdocs\asd\cal02.php on line 11</description>
		<content:encoded><![CDATA[<p>I have problem:</p>
<p>and then I got error:<br />
Parse error: syntax error, unexpected &#8216;@&#8217; in C:\xampp\htdocs\asd\cal02.php on line 11</p>
]]></content:encoded>
	</item>
</channel>
</rss>

