view README.txt @ 12:a5f726b6782d

Start writing some kind of documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 12:58:06 +0300
parents 01c933dba120
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.