Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nikhilkumarsingh/8a88be71243afe8d69390749d16c8322 to your computer and use it in GitHub Desktop.
Save nikhilkumarsingh/8a88be71243afe8d69390749d16c8322 to your computer and use it in GitHub Desktop.
Integrating Google Calendar API in Python Projects
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@insta-nature
Copy link

Thank you for AMAZING Guide 🚀

@tomerAhi
Copy link

tomerAhi commented Aug 3, 2021

The only tutorial that worked for me!
Thank you so much!!!

@tarikwaleed
Copy link

from apiclient.discovery import build
may not work because the 'apiclient' module now has a new name 'googleapiclient'
so , you should write:
from googleapiclient.discovery import build

@tarikwaleed
Copy link

The tutorial is great and really helpful and I'm following it to do some real work .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment