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.
@GoodGuyGregory
Copy link

Thank you for producing this AMAZING Guide 🚀

@danlo9
Copy link

danlo9 commented Jun 10, 2020

Thank you! Very helpful guide to get started with GCal API

@juancalvof
Copy link

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

@VincentK16
Copy link

Very useful! Thank you!

@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