<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SANIsoft &#187; Google Calendar</title>
	<atom:link href="http://www.sanisoft.com/blog/category/google-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Wed, 19 Oct 2011 11:18:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[HowTo] Google Calendar API : PHP &#8211; Manage events (Part 3)</title>
		<link>http://www.sanisoft.com/blog/2010/07/12/howto-google-calendar-api-php-create-edit-delete-events/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-google-calendar-api-php-create-edit-delete-events</link>
		<comments>http://www.sanisoft.com/blog/2010/07/12/howto-google-calendar-api-php-create-edit-delete-events/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 04:50:31 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1234</guid>
		<description><![CDATA[Earlier we saw how to install Zend's GData library and retrieve list of calendars and events. Now its time to manage events i.e. create, update and delete events. First we need the Calendar service instance, so lets instantiate the Zend_GData_Calendar class. PLAIN TEXT PHP: $path = '/home/abbas/ZendGdata/library'; $oldPath = set_include_path&#40;get_include_path&#40;&#41; . PATH_SEPARATOR . $path&#41;; require_once [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/07/12/howto-google-calendar-api-php-create-edit-delete-events/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>[HowTo] Google Calendar API : PHP &#8211; Retrieve events (Part 2)</title>
		<link>http://www.sanisoft.com/blog/2010/06/07/howto-google-calendar-api-php-retrieve-events-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-google-calendar-api-php-retrieve-events-part-2</link>
		<comments>http://www.sanisoft.com/blog/2010/06/07/howto-google-calendar-api-php-retrieve-events-part-2/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 03:26:50 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=1011</guid>
		<description><![CDATA[In earlier post we saw how to install GData and retrieve a list of calendars. Continuing the same topic lets now see how to retrieve events from Google calendar using GData library. If you haven't done so, please read the part 1 of this series before continuing. Firstly, lets instantiate the Zend_Gdata_Calendar class. PLAIN TEXT [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/06/07/howto-google-calendar-api-php-retrieve-events-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Google Calendar API : PHP (Part 1)</title>
		<link>http://www.sanisoft.com/blog/2010/04/26/howto-google-calendar-api-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-google-calendar-api-php</link>
		<comments>http://www.sanisoft.com/blog/2010/04/26/howto-google-calendar-api-php/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 06:16:29 +0000</pubDate>
		<dc:creator>Abbas Ali</dc:creator>
				<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.sanisoft.com/?p=934</guid>
		<description><![CDATA[Google Calendar is another indispensable tool from mighty Google. As with other Google tools, Calendar too have an API which lets users to manage the events remotely from within their web applications. Google Calendar API request/response works in the form of Google Data API feeds. The popular PHP client library used to work with Calendar [...]]]></description>
		<wfw:commentRss>http://www.sanisoft.com/blog/2010/04/26/howto-google-calendar-api-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

