Thanks! I had a program working with Python 3.8 a coupe of months ago, but it suddenly stopped. Your stepping me through the quickstart, and providing better examples, was a big help.
@seemantamil692010 ай бұрын
hi
@DeonBands8 ай бұрын
Thank you for this one, used this to figure out how to create my own custom GPT that engages with my calendar. Very useful, especially if IFTTT service looks out for calendar events and then does stuff. My GPT is not advanced enough as yet, but this helped with creating that first custom action that will be useful
@walterrichard60335 ай бұрын
Very interested in checking this out. Currently am trying to build the same thing. Would love to hear where you're at.
@EmmanuelOkon-yg9wk7 ай бұрын
wonderful tutorial, i'm having issues creating events with django. should i use service account or oauth. the service account requires domain-wide-delegation and i'm using a personal mail. for context i want to create events before saving the bookings form.
@creaminitalt Жыл бұрын
Added this project to my list
@HalvesTriestoGame10 ай бұрын
Very helpful, thank you for taking the time to make this tutorial.
@JNET_Reloaded Жыл бұрын
any github link to this project yet? link plz?
@Jordan-Tech Жыл бұрын
I've spent a few hours to find this. It does work ! thank you !
@seemantamil692010 ай бұрын
hi
@אביתרוינברג Жыл бұрын
Thank you! It is just what I needed!
@seemantamil692010 ай бұрын
hi
@RalfRangnickOfficial8 ай бұрын
Cheers Mate! Extremely helpful Tutorial, will there be any tutorial which you can link this to an app or Chatbot in which we can use it for day to day?
@aalyanalam444 Жыл бұрын
Do you think you could make a Java version as well?
@seemantamil692010 ай бұрын
hi
@noam2354 ай бұрын
can you please link to the code repo? thanks for the tutorial!
@РатиборПодлесный7 ай бұрын
Thank you very much. Great tutorial!
@paulthomas1052 Жыл бұрын
Nice tutorial - cheers !
@benshapiro9731 Жыл бұрын
out of curiousity, is there a github anywhere on the internet that is kind of like the gspread library but for google calendar?
@seemantamil692010 ай бұрын
hi
@Zielu13 Жыл бұрын
Anny clue how to write similiar app in monkyeC for garmin devices?
@seemantamil692010 ай бұрын
hi
@Zielu1310 ай бұрын
hi@@seemantamil6920
@fackerman104 Жыл бұрын
Great video! This helped me with my License Django project but I tried adding an event in google calendar from a view in my django project and I keep getting: "Error 400: redirect_uri_mismatch" even though I've set the exact same redirect_uri in the code and in the cloud console. Can somebody help?
@alexandurharalampiev3512 Жыл бұрын
same error man
@alexandurharalampiev3512 Жыл бұрын
The problem comes with the time zone part
@kylewilliams4721 Жыл бұрын
I don't see the code on your github, where is it?
@seemantamil692010 ай бұрын
hi
@projeshbasnet1695 Жыл бұрын
Nice one Bro, your contents are really helpful 👃👃
@wambugumuchemi4881 Жыл бұрын
Thanks for sharing this.
@danielpetro9796 Жыл бұрын
Thanks for this video. you helped me a lot
@seemantamil692010 ай бұрын
hi
@mariatelegina92643 ай бұрын
thank you so much!
@oakman3111 ай бұрын
cant see the clendar iun OAuth consent screen
@seemantamil692010 ай бұрын
hi
@BryanGwin-b8h Жыл бұрын
I can't get passed the Oauth consent screen. Just say an error saving your app has occured.
@BryanGwin-b8h Жыл бұрын
I had to create a firebase project with the same name and add my same email to the support email in the firebase project settings. I don't understand why you have to have firebase to use the google api? Anyone know why this is a thing?
@BryanGwin-b8h Жыл бұрын
Additionally I cannot use the calendar/auth api - it makes me go through a verification process. Is there any way to get around all this bs? I simply want to make my own personal use app for pulling info off my google calendar....
@seemantamil692010 ай бұрын
hi
@ABHISHEKSHARMA-fo4tf7 ай бұрын
I have question regarding this if i want to do with the 10 users and the sheet will update by they own sheet , can we do without the enabled the google calendar service in that 10 users instead of doing in the one account that is service account , now another question if service account give the permission for that sheet then all users will update the sheet in one only so they have chances of conflict so i need to that the updation will be in they own calendar , can we do without the enabled the google calender ? , if you give me any help related this ,then it will be very helpful to me.
@farzadmf Жыл бұрын
178 views May 26, 2023 In this video, we learn how to transcribe audio files with OpenAI whisper in Python. 😆
@NeuralNine Жыл бұрын
Good call :D
@thousandsyears20107 ай бұрын
thanks brother
@pratapkhadap1085 Жыл бұрын
Thanks Bro !!!
@seemantamil692010 ай бұрын
hi
@ammaralamin-z4l Жыл бұрын
hi can you make a tutorial about analysis of WhatsApp groups by python
@xumpocmb-404 Жыл бұрын
thx u alot!
@seemantamil692010 ай бұрын
hi
@karthikjadhav346 Жыл бұрын
🙌🙌
@seemantamil692010 ай бұрын
hi
@michellechen31128 ай бұрын
why does the error show up? I think I copied your code. events = event_result.args.get("items", []) ^^^^^^^^^^^^^^^^^ AttributeError: 'HttpRequest' object has no attribute 'args'