Google Calendar Automation in Python

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 56

  • @rantalbott6963
    @rantalbott6963 Рік тому +2

    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.

  • @DeonBands
    @DeonBands 6 місяців тому

    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

    • @walterrichard6033
      @walterrichard6033 2 місяці тому

      Very interested in checking this out. Currently am trying to build the same thing. Would love to hear where you're at.

  • @HalvesTriestoGame
    @HalvesTriestoGame 8 місяців тому +1

    Very helpful, thank you for taking the time to make this tutorial.

  • @EmmanuelOkon-yg9wk
    @EmmanuelOkon-yg9wk 5 місяців тому

    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.

  • @RalfRangnickOfficial
    @RalfRangnickOfficial 6 місяців тому

    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?

  • @JNET_Reloaded
    @JNET_Reloaded Рік тому +5

    any github link to this project yet? link plz?

  • @areoglass2831
    @areoglass2831 Рік тому +3

    Added this project to my list

  • @אביתרוינברג
    @אביתרוינברג Рік тому +3

    Thank you! It is just what I needed!

  • @aalyanalam444
    @aalyanalam444 Рік тому +2

    Do you think you could make a Java version as well?

  • @Jordan-tr3fn
    @Jordan-tr3fn Рік тому +2

    I've spent a few hours to find this. It does work ! thank you !

  • @noam235
    @noam235 Місяць тому

    can you please link to the code repo?
    thanks for the tutorial!

  • @РатиборПодлесный
    @РатиборПодлесный 5 місяців тому

    Thank you very much. Great tutorial!

  • @benshapiro9731
    @benshapiro9731 Рік тому

    out of curiousity, is there a github anywhere on the internet that is kind of like the gspread library but for google calendar?

  • @kylewilliams4721
    @kylewilliams4721 10 місяців тому

    I don't see the code on your github, where is it?

  • @mariatelegina9264
    @mariatelegina9264 26 днів тому

    thank you so much!

  • @ABHISHEKSHARMA-fo4tf
    @ABHISHEKSHARMA-fo4tf 4 місяці тому

    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.

  • @paulthomas1052
    @paulthomas1052 Рік тому +1

    Nice tutorial - cheers !

  • @fackerman104
    @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?

  • @projeshbasnet1695
    @projeshbasnet1695 Рік тому

    Nice one Bro, your contents are really helpful 👃👃

  • @danielpetro9796
    @danielpetro9796 Рік тому

    Thanks for this video. you helped me a lot

  • @Zielu13
    @Zielu13 11 місяців тому

    Anny clue how to write similiar app in monkyeC for garmin devices?

  • @wambugumuchemi4881
    @wambugumuchemi4881 Рік тому

    Thanks for sharing this.

  • @BryanGwin-b8h
    @BryanGwin-b8h Рік тому

    I can't get passed the Oauth consent screen. Just say an error saving your app has occured.

    • @BryanGwin-b8h
      @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
      @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....

    • @seemantamil6920
      @seemantamil6920 8 місяців тому

      hi

  • @thousandsyears2010
    @thousandsyears2010 4 місяці тому

    thanks brother

  • @oakman31
    @oakman31 9 місяців тому

    cant see the clendar iun OAuth consent screen

  • @farzadmf
    @farzadmf Рік тому +3

    178 views May 26, 2023
    In this video, we learn how to transcribe audio files with OpenAI whisper in Python.
    😆

  • @ammaralamin-z4l
    @ammaralamin-z4l Рік тому

    hi can you make a tutorial about analysis of WhatsApp groups by python

  • @pratapkhadap1085
    @pratapkhadap1085 Рік тому

    Thanks Bro !!!

  • @karthikjadhav346
    @karthikjadhav346 Рік тому

    🙌🙌

  • @xumpocmb-404
    @xumpocmb-404 Рік тому

    thx u alot!

  • @michellechen3112
    @michellechen3112 6 місяців тому

    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'

    • @therobber
      @therobber 3 місяці тому

      idk but you're missing a 's' after event

  • @lizzybennet5726
    @lizzybennet5726 10 місяців тому

    Couldn't the Python coding be done from Colab?