#Read from a Google Calendar.
The clientId and clientSecret can be found in Google Developers Console: https://console.developers.google.com
##Usage:
- Create a project and note down the generated app name (or the one you set).
- Enable Calendar API for your project (Dev console > APIs).
- Get the client id/secret for your project in and set it up as a desktop app (Dev console > Credentials).
- Get the id of the calendar that you wish to retrieve entries from (Google Calendar > Calendar settings > Calendar Id)
- Enter these parameters below.
- Run the app as a Java application. Copy the url that is displayed in the console into your browser. Accept the permissions.
- Copy the result from your browser into the console and hit return.
- Calendar entries should now be displayed.
##Prerequisites:
- Cal jar
- Google client jars
See http://stackoverflow.com/questions/17732062/google-calendar-api-not-found-calendar-classes-missing