<?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: Google Calendar API: Using ColdFusion to get a list of Calendars</title>
	<atom:link href="http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/</link>
	<description>Web Application Engineers</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:24:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Nelson</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/comment-page-1/#comment-23722</link>
		<dc:creator>Steve Nelson</dc:creator>
		<pubDate>Thu, 05 Aug 2010 03:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Google-Calendar-API-Using-ColdFusion-to-get-a-list-of-Calendars#comment-23722</guid>
		<description>Have you already gone through the few posts I have here? They walk through the basics of logging in and then downloading the data from google, etc.</description>
		<content:encoded><![CDATA[<p>Have you already gone through the few posts I have here? They walk through the basics of logging in and then downloading the data from google, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel Gonzalez</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/comment-page-1/#comment-23717</link>
		<dc:creator>Angel Gonzalez</dc:creator>
		<pubDate>Wed, 04 Aug 2010 23:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Google-Calendar-API-Using-ColdFusion-to-get-a-list-of-Calendars#comment-23717</guid>
		<description>I know I&#039;m behind times - posting something in 2010 on things that have been here since 2008.  But...I cant find a resource for this anywhere.  I&#039;ve been trying to create a Google Contact using the Google API with ColdFusion.  I seriously don&#039;t get it and was wondering if anyone knows where I can find a code sample to update / or add Contact data.  I&#039;m having trouble following Google&#039;s site on the process :(   HELP.  Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I know I&#8217;m behind times &#8211; posting something in 2010 on things that have been here since 2008.  But&#8230;I cant find a resource for this anywhere.  I&#8217;ve been trying to create a Google Contact using the Google API with ColdFusion.  I seriously don&#8217;t get it and was wondering if anyone knows where I can find a code sample to update / or add Contact data.  I&#8217;m having trouble following Google&#8217;s site on the process <img src='http://www.webapper.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />    HELP.  Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Nelson</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/comment-page-1/#comment-674</link>
		<dc:creator>Steve Nelson</dc:creator>
		<pubDate>Fri, 15 Feb 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Google-Calendar-API-Using-ColdFusion-to-get-a-list-of-Calendars#comment-674</guid>
		<description>Fair enough. If that&#039;s a pet peeve of yours I&#039;ll change it.</description>
		<content:encoded><![CDATA[<p>Fair enough. If that&#8217;s a pet peeve of yours I&#8217;ll change it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/comment-page-1/#comment-673</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Wed, 13 Feb 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Google-Calendar-API-Using-ColdFusion-to-get-a-list-of-Calendars#comment-673</guid>
		<description>Just a minor code suggestion,when you set the variable local.whichCalendars, you don&#039;t need the else.  Before you do the if, set it to &quot;owncalendars&quot;  and have the if just be the first part.  A bit let code and it does the same thing.  In fact, and I know it may seem trite, I would argue it&#039;s a bit more clear that local.whichCalendars will always be &quot;owncalendars&quot; unless that condition is met.  but that&#039;s just my two-bits worth....</description>
		<content:encoded><![CDATA[<p>Just a minor code suggestion,when you set the variable local.whichCalendars, you don&#8217;t need the else.  Before you do the if, set it to &quot;owncalendars&quot;  and have the if just be the first part.  A bit let code and it does the same thing.  In fact, and I know it may seem trite, I would argue it&#8217;s a bit more clear that local.whichCalendars will always be &quot;owncalendars&quot; unless that condition is met.  but that&#8217;s just my two-bits worth&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Nelson</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/comment-page-1/#comment-672</link>
		<dc:creator>Steve Nelson</dc:creator>
		<pubDate>Sat, 02 Feb 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Google-Calendar-API-Using-ColdFusion-to-get-a-list-of-Calendars#comment-672</guid>
		<description>You need to set the value of &quot;max-results&quot; to a large number. By default they set it to 25 so you don&#039;t accidentally get an enormous packet.

I&#039;ll post a bunch about events next week. I&#039;m taking this slow because there is a LOT going on with the Google Calendar API.</description>
		<content:encoded><![CDATA[<p>You need to set the value of &quot;max-results&quot; to a large number. By default they set it to 25 so you don&#8217;t accidentally get an enormous packet.</p>
<p>I&#8217;ll post a bunch about events next week. I&#8217;m taking this slow because there is a LOT going on with the Google Calendar API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve House</title>
		<link>http://www.webapper.com/blog/index.php/2008/02/01/google-calendar-api-using-coldfusion-to-get-a-list-of-calendars/comment-page-1/#comment-671</link>
		<dc:creator>Steve House</dc:creator>
		<pubDate>Fri, 01 Feb 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2008/6/30/Google-Calendar-API-Using-ColdFusion-to-get-a-list-of-Calendars#comment-671</guid>
		<description>Steve, I used the google calendar API recently and ran into a problem where it would only return 20-25 events max.  No matter what parameters I passed it, I could not get the complete list.  Have you run into that?  I was just wondering if that was fixed yet.  Thanks.</description>
		<content:encoded><![CDATA[<p>Steve, I used the google calendar API recently and ran into a problem where it would only return 20-25 events max.  No matter what parameters I passed it, I could not get the complete list.  Have you run into that?  I was just wondering if that was fixed yet.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

