simonw / google-calendar-to-sqlite

Create a SQLite database containing your data from Google Calendar
Apache License 2.0
56 stars 2 forks source link

cli.py", line 113, in events for c in client.get( KeyError: 'items' #5

Open volyx opened 1 year ago

volyx commented 1 year ago

I have created my own Desktop app in Google Console with scope https://www.googleapis.com/auth/calendar.readonly, then run

google-calendar-to-sqlite auth --google-client-id bbbbbb --google-client-secret GOCSPXaaaaaa

# After that I see that auth.json was generated and run 

google-calendar-to-sqlite events calendars.db
cli.py", line 113, in events  for c in client.get( KeyError: 'items'

Log - https://paste.ohm.pw/1636a094-0715-4480-baf4-af82bad17c29.txt