Google Calendar API in Python | Add, Update, Delete Events

preview_player
Показать описание
In this Google Calendar API in Python tutorial, I will be covering how to create, update, and delete a calendar event with Google Calendar API.

Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------------------------------
Venmo: @Jie-Jenn

Supporting my channel so I can continue keep making free contents
----------------------------------------------------------------------------------------------------------------

#GoogleCalendar #GoogleCalendarAPI
Рекомендации по теме
Комментарии
Автор

Great tutorial! I love this! Thanks for doing this man!

VincentKokVK
Автор

Thank you so much for these tutorials. They were really helpful

Gharcos
Автор

Hi Jie, I have the following use case:

I want to make a service that would watch a particular user's google calendar and store all calendar events in a local file on a realtime basis. I want to make this service generic so that any user can onboard himself and use it. For that, AFAIK, I'll be using OAuth. I've registered my app on google console and downloaded the client_secret.json. However, I'm not sure where to get calendar id for the user now. And how do I setup what I intend to here. Could you please guide?

mohtamohit
Автор

Good evening, I followed your tutorial completely and also the tutorial for parameter I did everything well but when I do as you do it tells me

AttributeError: 'NoneType' object has no attribute 'events'

runorre
Автор

I suggest summing "+ timedelta(hours= HOUR_ADJUSTMENT)" instead of just "+ HOUR_ADJUSTMENT".

Because for example, if the defined time is 22h, and you sum +3 to it, this will result in an error(happened to me).Timedelta makes this sum in a more careful way

kevinweitgenant
Автор

Good work. How can you prevent double booking of events into the same time slot. If you run your create event code 3 times you will get 3 family dinners ☹️

wolfking-parabellum
Автор

You were able to update the event by setting eventId = response['id'] because you had just coded this response earlier in the same script.
What if I would like to update an existing event that is already in the calendar instead of one that had just been created?

Templar
Автор

Love this video series! I'm having an issue although I run the code and it creates the event properly I can only see the event from the HTML link provided at the end of the code. Not when I refresh my google calendar on a web browser. Do you know why this is happening?

orbitduster
Автор

How did you get the calendar ID at 4:24?

idk
Автор

Hi Jenn, my code was executed successfully but it was not scheduling an event in my calendar, could you please help me out, Thanks in advance

saranrajsaran
Автор

Hi Jay do you cover Apps Script API use in python

muchimu
Автор

Hey! I was wondering if Google Calendar API can respond from my django website backend code. For example, if I want to schedule 12 psychology classes in the calendar, the algorithm in my django website can calculate which dates to input the psychology class if I just click one button in my website. However, I would like to display this on a clean calendar like Google Calendar. Is it possible? If not, is there an alternative?

jjssam
Автор

couldn't find the convert_to_RFC function in the googleclientapi module

tarikzaki
Автор

Can you make tut for Java forms, thank you!

lancetv
Автор

I want to send the event using Java but I didn't find any resource for that. Can you please send me a reference for Java..?

abhaykatiyar
Автор

What about UPDATE THIS_AND _FOLLOWING events?

MaratOngarbayev
Автор

Hi sir,
Can you provide source code.

brajeshkumargupta