Created
May 10, 2019 10:01
-
-
Save nikhilkumarsingh/8a88be71243afe8d69390749d16c8322 to your computer and use it in GitHub Desktop.
Integrating Google Calendar API in Python Projects
but how to redirect the users to this page , I mean how to make it a home page?
Thank you for producing this AMAZING Guide ๐
Thank you! Very helpful guide to get started with GCal API
Great notebook. Thanks. My 2 cents would be adding this 2 lines for installing both packages at the beginning :
pip install apiclient
pip install --upgrade google-auth-oauthlib
Very useful! Thank you!
Thank you for AMAZING Guide ๐
The only tutorial that worked for me!
Thank you so much!!!
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
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
that is so useful thank U :)