<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Google%2FGoogle_Calendar_API</id>
	<title>Google/Google Calendar API - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Google%2FGoogle_Calendar_API"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Google/Google_Calendar_API&amp;action=history"/>
	<updated>2026-05-09T03:49:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Google/Google_Calendar_API&amp;diff=1168&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;Google Calendar API - Google Apps Platform — Google Developers - https://developers.google.com/google-apps/calendar/  Google Apps Calendar API: Downloads - Google Calendar A...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Google/Google_Calendar_API&amp;diff=1168&amp;oldid=prev"/>
		<updated>2014-10-04T14:32:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Google Calendar API - Google Apps Platform — Google Developers - https://developers.google.com/google-apps/calendar/  Google Apps Calendar API: Downloads - Google Calendar A...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Google Calendar API - Google Apps Platform — Google Developers - https://developers.google.com/google-apps/calendar/&lt;br /&gt;
&lt;br /&gt;
Google Apps Calendar API: Downloads - Google Calendar API — Google Developers - https://developers.google.com/google-apps/calendar/downloads&lt;br /&gt;
** Google APIs Client Library for PHP (beta) - Google APIs Client Library for Python - https://developers.google.com/api-client-library/python/&lt;br /&gt;
** Google APIs Client Library for PHP (beta) - Python samples - https://developers.google.com/api-client-library/python/samples/samples#Calendar_API&lt;br /&gt;
&lt;br /&gt;
Getting Started - Google APIs Client Library for Python — Google Developers - https://developers.google.com/api-client-library/python/start/get_started&lt;br /&gt;
* sample authorized_api_cmd_line_calendar - https://developers.google.com/api-client-library/python/samples/authorized_api_cmd_line_calendar.py&lt;br /&gt;
&lt;br /&gt;
Google Developers Console - https://console.developers.google.com/&lt;br /&gt;
&lt;br /&gt;
Install api-client-library [https://developers.google.com/api-client-library/python/]&lt;br /&gt;
 pip install --upgrade google-api-python-client&lt;br /&gt;
&lt;br /&gt;
/opt/python-2.7.5/lib/python2.7/site-packages/google_api_python_client-1.2-py2.7.egg-info/installed-files.txt&lt;br /&gt;
: apiclient, oauth2client, uritemplate&lt;br /&gt;
&lt;br /&gt;
Install python-gflags [http://stackoverflow.com/questions/20436277/analytics-api-python-server-notimplementederror-hello-analytics]&lt;br /&gt;
 pip install --upgrade python-gflags&lt;br /&gt;
&lt;br /&gt;
 wget https://python-gflags.googlecode.com/files/python-gflags-2.0.tar.gz&lt;br /&gt;
 tar xfvz python-gflags-2.0.tar.gz ; cd python-gflags-2.0&lt;br /&gt;
 python setup.py install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NotImplementedError: The gflags library must be installed to use tools.run(). Please install gflags or preferrably switch to using tools.run_flow().&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WARNING:root:This function, oauth2client.tools.run(), and the use of the gflags library are deprecated and will be removed in a future version of the library.&lt;br /&gt;
&lt;br /&gt;
=== Google+ ===&lt;br /&gt;
&lt;br /&gt;
Making it simple to call Google APIs [https://developers.google.com/api-client-library/python/]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# List my public Google+ activities.&lt;br /&gt;
result = service.activities().list(userId=&amp;#039;me&amp;#039;, collection=&amp;#039;public&amp;#039;).execute()&lt;br /&gt;
tasks = result.get(&amp;#039;items&amp;#039;, [])&lt;br /&gt;
for task in tasks:&lt;br /&gt;
  print task[&amp;#039;title&amp;#039;]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>