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

Поделиться
HTML-код
  • Опубликовано: 13 дек 2019
  • - 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.google.com/calenda...

Комментарии • 37

  • @TuanNguyen-ff8bc
    @TuanNguyen-ff8bc 3 года назад +1

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

  • @DavePatricio
    @DavePatricio 4 года назад

    Thanks Jacob! Regards from the Philippines

  • @cristiancastillo2602
    @cristiancastillo2602 4 года назад +1

    Thx, good video ;)

  • @morket
    @morket 3 года назад

    nice bro!! thanks for all

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

  • @vionaosiako6380
    @vionaosiako6380 2 года назад +1

    Where do I find the credentials.json file?

  • @brunobala2049
    @brunobala2049 2 года назад

    Where can I download thos credentials file?

  • @crmaspf2647
    @crmaspf2647 4 года назад

    muito bom, parabens!

  • @youshraYoush
    @youshraYoush 2 года назад +1

    your wallpaper is dope xD

  • @Golden_games
    @Golden_games Год назад

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

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

  • @renatobarragan1185
    @renatobarragan1185 3 года назад

    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  3 года назад

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

    • @renatobarragan1185
      @renatobarragan1185 3 года назад

      @@jacobkeil thanksss!!!!

  • @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 ruclips.net/video/lHIGudbPCF8/видео.html

  • @vkeychaudhari
    @vkeychaudhari 2 года назад

    How to create Google calendar event ??

  • @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"

  • @ramongarridomaldonado8292
    @ramongarridomaldonado8292 2 года назад +1

    OMG like

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