Integrating Google Calendar API in Python Projects

preview_player
Показать описание
In this video, learn how to integrate Google Calendar API in your Python projects.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#google #calendar #python
Рекомендации по теме
Комментарии
Автор

Of course, a tutorial comes out right after I spent like 2 months trying to figure it all out.

mattg
Автор

If authorization show error 403 or 400
try this fix
1. Click "OAuth consent screen" on the left side of the screen (below "Credentials")
2. Under "Test users" there is a button called "+ ADD USERS"
3. Type the email of the account you will be testing with, press enter, then click save.

ankitpunia
Автор

that was really a great tutorial...
really really awesome job @
Indian Pythonista

tejakrishnasaipalnati
Автор

Thank you very much, i have been stuck the whole day in this

ahmedbadra
Автор

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

tomerahi
Автор

Thanks a lot
Finally tutorial
I will try out and let you know if that’s working
Good job indian pythonist

SoumilShah
Автор

For anyone using sublime, credentials = Then create the token.pkl

PaperMooooon
Автор

Crystal clear explanation!!! Thank you!

gokulnath
Автор

wow, this is what im looking for. Thank you for making my life a lot easier. Keep the wonderful jobs up!!

Ian-bbvv
Автор

Thank you for that super informational video! Well done. It was very helpful

nauerderbube
Автор

Man, this was a very good tutorial. Helped me a lot! Thanks!!

johannesseikowsky
Автор

Thanks for a very clear and informative tutorial; this helped me save so much time on my current python project!

nietzschebietzsche
Автор

Thanks a lot, you made it so easy for me ! I just put a fav on your channel and will for sure look at your other tutorial

aureliea.
Автор

Well done ! Thanks for the clear and structured presentation

_matthieu
Автор

I got "TypeError: build() got an unexpected keyword argument 'creds'". Then when I deleted creds, I got Could not automatically determine credentials."

For clarity, I changed "credentials" to "creds" for brevity. Is there a workaround for this?


EDIT: Okay, so I fixed it. In case anyone has the same problem as I did, I am leaving this comment up. build() is looking for "credentials" exactly. Not "creds". Changing it to "service = build("calendar", "v3", credentials=creds)" worked.

richardsantana
Автор

Thank you for making this awesome tutorial!

Gwittdog
Автор

Any chance of making a video on how to do this using a service account so that the user does not need to login in order to get calendar events?

bigsquirrrel
Автор

Great video. Any expectations for when your Medium account will be online again? Thanks.

juancalvoferrandiz
Автор

If you can't import apiclient.discovery then install googleapiclient then from googleapiclient.discovery import build

adventurousmale
Автор

Awsome video buddy.. this video helped me in my project.
Can you please tell me that, How we can set reminders by python program in google calendar by using apis?

sarthakjain