view README.txt @ 15:86dd9280dcff

Add example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 13:09:37 +0300
parents a5f726b6782d
children 9a4dd2eb7701
line wrap: on
line source

Google Calendar MultiMerge(tm) 9000
===================================
By Matti 'ccr' Hämäläinen <ccr@tnsp.org>



First, we need to install the required Python tools in order to
install the required Google API Python modules ... in Debian/Ubuntu,
chant the following magic incantations:

$ sudo apt-get install python-pip python-setuptools python-wheel

Then, use PIP to install Google API stuff locally for the user ..

$ pip install --upgrade google-api-python-client

--

At this point, you will need to enable the Calendar API from
Google's control panel. Refer to the following web page:

https://developers.google.com/google-apps/calendar/quickstart/python

The section "Step 1" has the instructions. We've already done "Step 2",
which is incomplete in the guide anyway.