<?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: Adding Events to Secondary Google Calendars in Python</title>
	<atom:link href="http://67central.com/bc/2008/09/28/adding-events-to-secondary-google-calendars-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://67central.com/bc/2008/09/28/adding-events-to-secondary-google-calendars-in-python/</link>
	<description>Exploring Calendars, Time Lines, Timekeeping and Scheduling Tools</description>
	<lastBuildDate>Thu, 15 Mar 2012 17:31:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Aamir Khan</title>
		<link>http://67central.com/bc/2008/09/28/adding-events-to-secondary-google-calendars-in-python/comment-page-1/#comment-5862</link>
		<dc:creator>Aamir Khan</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://67central.com/bc/?p=86#comment-5862</guid>
		<description>Now you should use content.src instead of GetEditLink().href to get the insert_uri which can be used to publish the updates to non primary calendars.</description>
		<content:encoded><![CDATA[<p>Now you should use content.src instead of GetEditLink().href to get the insert_uri which can be used to publish the updates to non primary calendars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://67central.com/bc/2008/09/28/adding-events-to-secondary-google-calendars-in-python/comment-page-1/#comment-196</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://67central.com/bc/?p=86#comment-196</guid>
		<description>You sir, are a life-saver.

Cheers!</description>
		<content:encoded><![CDATA[<p>You sir, are a life-saver.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://67central.com/bc/2008/09/28/adding-events-to-secondary-google-calendars-in-python/comment-page-1/#comment-89</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://67central.com/bc/?p=86#comment-89</guid>
		<description>Getting an error when I follow your directions. 

Traceback (most recent call last):
  File &quot;./secondaryCalendarExample.py&quot;, line 600, in 
    main()
  File &quot;./secondaryCalendarExample.py&quot;, line 597, in main
    sample.Mark()
  File &quot;./secondaryCalendarExample.py&quot;, line 506, in Mark
    self.cal_client.InsertEvent(event, fitnessEditUrl)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/calendar/service.py&quot;, line 159, in InsertEvent
    converter=gdata.calendar.CalendarEventEntryFromString)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/service.py&quot;, line 1183, in Post
    media_source=media_source, converter=converter)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/service.py&quot;, line 1292, in PostOrPut
    redirects_remaining - 1, media_source, converter=converter)
  File &quot;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/service.py&quot;, line 1303, in PostOrPut
    &#039;reason&#039;: server_response.reason, &#039;body&#039;: result_body}
gdata.service.RequestError: {&#039;status&#039;: 400, &#039;body&#039;: &#039;[Line 2, Column 93, element ns0:content] Malformed MIME type&#039;, &#039;reason&#039;: &#039;Bad Request&#039;}</description>
		<content:encoded><![CDATA[<p>Getting an error when I follow your directions. </p>
<p>Traceback (most recent call last):<br />
  File &#8220;./secondaryCalendarExample.py&#8221;, line 600, in<br />
    main()<br />
  File &#8220;./secondaryCalendarExample.py&#8221;, line 597, in main<br />
    sample.Mark()<br />
  File &#8220;./secondaryCalendarExample.py&#8221;, line 506, in Mark<br />
    self.cal_client.InsertEvent(event, fitnessEditUrl)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/calendar/service.py&#8221;, line 159, in InsertEvent<br />
    converter=gdata.calendar.CalendarEventEntryFromString)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/service.py&#8221;, line 1183, in Post<br />
    media_source=media_source, converter=converter)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/service.py&#8221;, line 1292, in PostOrPut<br />
    redirects_remaining &#8211; 1, media_source, converter=converter)<br />
  File &#8220;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gdata/service.py&#8221;, line 1303, in PostOrPut<br />
    &#8216;reason&#8217;: server_response.reason, &#8216;body&#8217;: result_body}<br />
gdata.service.RequestError: {&#8216;status&#8217;: 400, &#8216;body&#8217;: &#8216;[Line 2, Column 93, element ns0:content] Malformed MIME type&#8217;, &#8216;reason&#8217;: &#8216;Bad Request&#8217;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boundary Conditions &#187; Blog Archive &#187; Adding Events to Secondary Google Calendars</title>
		<link>http://67central.com/bc/2008/09/28/adding-events-to-secondary-google-calendars-in-python/comment-page-1/#comment-27</link>
		<dc:creator>Boundary Conditions &#187; Blog Archive &#187; Adding Events to Secondary Google Calendars</dc:creator>
		<pubDate>Sun, 28 Sep 2008 21:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://67central.com/bc/?p=86#comment-27</guid>
		<description>[...] Python - Complete September 29, 2008 Php .NET Java Javascript Objective C Ruby [...]</description>
		<content:encoded><![CDATA[<p>[...] Python &#8211; Complete September 29, 2008 Php .NET Java Javascript Objective C Ruby [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

