Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chartbeat-labs/analyzecal

Analyze Google Calendar Data
https://github.com/chartbeat-labs/analyzecal

Last synced: about 2 months ago
JSON representation

Analyze Google Calendar Data

Awesome Lists containing this project

README

        

Introduction
============

Explorations of what can be pulled out of the GCalendar API for
statistical purposes. Preferably using Google App Engine.

Tech Intro
==========

It is a pretty simple app that uses
[Google App Engine](https://developers.google.com/appengine/) and the
[Google APIs Client Library for Python](https://developers.google.com/api-client-library/python/start/get_started),
to OAuth readonly access to your Google calendar(s). It then presents
some simple stats about the chosen calendar, using
[Twitter Bootstrap](http://twitter.github.com/bootstrap/),
[jQuery](http://jquery.com/), and [Flot](http://www.flotcharts.org/).

Useful Links
============
* [Google API Explorer](http://code.google.com/apis/explorer/)
* [Using API Client with App Engine](https://developers.google.com/api-client-library/python/platforms/google_app_engine)
* [Flot API](https://github.com/flot/flot/blob/master/API.md)
* [Flot Examples](http://people.iola.dk/olau/flot/examples/)
* [Google App Engine Configuration](https://developers.google.com/appengine/docs/python/config/appconfig)