This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Go to https://code.google.com/apis/console/ and: | |
- create a new project, | |
- enable access to the calendar api, | |
- create a "service account" - that will give you an: | |
* "email address" which is the service_account_name and | |
* a private key that you need to save on you server | |
- go to the calendar and share it with the "email address" from above | |
Make sure your time is synchronized. |