comparison README.txt @ 16:9a4dd2eb7701

More documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jul 2016 13:09:55 +0300
parents a5f726b6782d
children 8ef792b573a9
comparison
equal deleted inserted replaced
15:86dd9280dcff 16:9a4dd2eb7701
22 https://developers.google.com/google-apps/calendar/quickstart/python 22 https://developers.google.com/google-apps/calendar/quickstart/python
23 23
24 The section "Step 1" has the instructions. We've already done "Step 2", 24 The section "Step 1" has the instructions. We've already done "Step 2",
25 which is incomplete in the guide anyway. 25 which is incomplete in the guide anyway.
26 26
27 --
28
29 Finally, edit example.cfg and run multimerge with config file as
30 command line parameter (if no configuration file is specified,
31 certain default settings will be used):
32
33 $ ./multimerge.py example.cfg
34
35 On first run, you will need to authenticate Multimerge to allow
36 access to the target calendar. You copy & paste the generated URL
37 to browser, authenticate and copy & paste the given "key" to
38 the Multimerge's prompt and hit ENTER.
39
40 After first time authentication the program can be run from a
41 Cron task, if preferred.
42
43
44
45