Skip to content

poxstone/python-spreadsheet-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Get calendar month events

Put calendar

Create project and client secret

  • Create Project and client_secret.json file and put in self directory Google QuickStart,
  • Enable APIs:
    • Calendar
    • Spreedsheet
    • Drive

Install dependencies

pip install --upgrade httplib2 -t lib/
pip install --upgrade google-api-python-client -t lib/
pip install --upgrade python-dateutil -t lib/
pip install --upgrade oauth2client
pip install --upgrade python-dateutil

Execute

python get_calendar_month_events.py

About

Export Calendar month in new google spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages