- Mail: lytranvinh.work@gmail.com
- Github: https://github.com/Youknow2509
- Python, lib use in 'requirements.txt'
- Google api, google calendar, ...
- Create a calendar create schedule in
UTC
. - How to activate:
- It read file
data.xlsx
in pathdata/data.xlsx
- Data after creation same: data.json
- Use api google calendar create event
- It read file
-
- Note:
- Choses
SCOPES
use in google console. (Ex: https://www.googleapis.com/auth/calendar, https://www.googleapis.com/auth/calendar.events) - Add Authorized redirect URIs in your project.(Ex: my red url in code: http://localhost:3300/oauth2callback)
- Choses
- Note:
-
Install
requirements.txt
:pip install -r requirements.txt
-
Get Client Secrets in google console and save file
client_secrets.json
in pathsrc/gg_auth/
-
Create file 'credentials.json' in path
src/gg_auth
-
Oauth 2 get credentials
-
-> ok !!! run
python src/main.py