C# Forms - Using Googles Calendar API to display upcoming events

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • - Linking your gmail account to use the API
    - Simple UI to display upcoming events or certain day events
    - Attaching times, as well, as simple symbols at the front of each event
    Google Calendar API: developers.goo...

ความคิดเห็น • 37

  • @TuanNguyen-ff8bc
    @TuanNguyen-ff8bc 4 ปีที่แล้ว +1

    This was exactly what I was looking for. Thank you!

    • @jacobkeil
      @jacobkeil  4 ปีที่แล้ว

      Glad it helped!

  • @DavePatricio
    @DavePatricio 4 ปีที่แล้ว

    Thanks Jacob! Regards from the Philippines

  • @youshraYoush
    @youshraYoush 2 ปีที่แล้ว +1

    your wallpaper is dope xD

  • @morket
    @morket 3 ปีที่แล้ว

    nice bro!! thanks for all

  • @cristiancastillo2602
    @cristiancastillo2602 4 ปีที่แล้ว +1

    Thx, good video ;)

  • @katiemcnulty7703
    @katiemcnulty7703 3 ปีที่แล้ว +1

    Hi Jacob, I used this video for my a level computer science project. It worked perfectly, but I'd like to be able to insert new events into my calendar. I can't find a video on how to do this for c# and I this video of yours very easy to follow. I'm not sure if you take requests, but I would really appreciate it if you could attempt it and make a tutorial.
    Thank you

    • @jacobkeil
      @jacobkeil  3 ปีที่แล้ว +1

      I figured out how to do this just now, I was busy finishing my school semester exams. If you still need the tutorial I figured out how to add the events as well. Thanks!

    • @katiemcnulty7703
      @katiemcnulty7703 3 ปีที่แล้ว

      @@jacobkeil That would be perfect thank you!!

    • @katiemcnulty7703
      @katiemcnulty7703 3 ปีที่แล้ว

      @@jacobkeil Hi, just wondering if you were able to record the tutorial? Would be great to see it, thank you!

    • @janklatt
      @janklatt ปีที่แล้ว

      See here th-cam.com/video/lHIGudbPCF8/w-d-xo.html

  • @crmaspf2647
    @crmaspf2647 4 ปีที่แล้ว

    muito bom, parabens!

  • @hotrod84ification
    @hotrod84ification 3 ปีที่แล้ว +1

    Thanks for the video! I am using a WEB form and trying to use the google api just like your video and have errors.
    System.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\IIS Express\credentials.json'.
    Any thoughts on how to use this api in a WEB form?

    • @jacobkeil
      @jacobkeil  3 ปีที่แล้ว

      If you can use javascript, you can use an xmlhttprequest to hit the API. If it's C# I don't know how to do it off the top of my head.

  • @renatobarragan1185
    @renatobarragan1185 4 ปีที่แล้ว

    What a good tutorial, thanks.
    One question and do you know how to create an event, edit it and delete it from c #?

    • @jacobkeil
      @jacobkeil  4 ปีที่แล้ว

      I'm pretty sure you can, I can see if I can do it, I'll let you know.

    • @renatobarragan1185
      @renatobarragan1185 4 ปีที่แล้ว

      @@jacobkeil thanksss!!!!

  • @ramongarridomaldonado8292
    @ramongarridomaldonado8292 2 ปีที่แล้ว +1

    OMG like

  • @vionaosiako6380
    @vionaosiako6380 3 ปีที่แล้ว +1

    Where do I find the credentials.json file?

  • @randy4443
    @randy4443 4 ปีที่แล้ว

    I have a question. Do school have api? I’m a college game I’m trying to build a software using school api but not school if it’s legal or not or possible or not

    • @jacobkeil
      @jacobkeil  4 ปีที่แล้ว

      Goblinkiller An API is built by the website or place so that users can access info from their databases. Your school most likely does not have an API because there is nothing to grab info for.

  • @Golden_games
    @Golden_games ปีที่แล้ว

    If I want people to see only my event how do I do it

  • @vkeychaudhari
    @vkeychaudhari 2 ปีที่แล้ว

    How to create Google calendar event ??

  • @brunobala2049
    @brunobala2049 2 ปีที่แล้ว

    Where can I download thos credentials file?

  • @mohamedanouerbahloul6101
    @mohamedanouerbahloul6101 4 ปีที่แล้ว

    Thank you ,there is a way that I could desactivate the credential ?

    • @jacobkeil
      @jacobkeil  4 ปีที่แล้ว +1

      There isn't a way to deactivate it, you can make as many credential files as you want for as many apps as you want. You can delete the file and whenever you make a new one it will need you to confirm it in the browser. If you have any other questions feel free to ask.

    • @mohamedanouerbahloul6101
      @mohamedanouerbahloul6101 4 ปีที่แล้ว

      @@jacobkeil thank you very much for your help :D !

  • @bohdanbendo5596
    @bohdanbendo5596 3 ปีที่แล้ว

    I don't have CalendarEvents class, what I must do?

    • @jacobkeil
      @jacobkeil  3 ปีที่แล้ว

      What do you mean by you don't have it? Like it's not coming up that you can use it or do you not have it written?

    • @bohdanbendo5596
      @bohdanbendo5596 3 ปีที่แล้ว

      @@jacobkeil Name "CalendarEvents" does not exist. I am doing literally the same way as you

    • @jacobkeil
      @jacobkeil  3 ปีที่แล้ว

      @@bohdanbendo5596 calendar events isn't a class it's the name of the text box on the form in making. I change the text to the event by accessing the calendarEvent.Text property.

    • @bohdanbendo5596
      @bohdanbendo5596 3 ปีที่แล้ว

      @@jacobkeil Excuse me pls but I need to ask one more question. Did you do OAuth authorization in console.developers for your calendar project? Because I can't even access my calendar and add there new event using my code cuz in "access OAuth window" I have "verification not required"

  • @Phusck
    @Phusck ปีที่แล้ว

    The link sadly leads to a Javascript quickstart now

    • @jacobkeil
      @jacobkeil  ปีที่แล้ว

      Yeah I just went and looked and it looks like the C# quick guide is not on the list anymore, I'm no it sure why

    • @vendra9325
      @vendra9325 ปีที่แล้ว

      @@jacobkeil so where do we find the file to download?

    • @sumaiyasaleh9632
      @sumaiyasaleh9632 ปีที่แล้ว

      ​@@jacobkeil any alternative ?