ADD EVENTS from FlutterFlow INTO Google Calendar (Custom Code)

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024
  • 📢 Get Your App Built for FREE! ⬇️
    kingsappdesign...
    Hi everyone, in this video we will explore how to add events to a users Google calendar with the Google calendar API in FlutterFlow.
    Let me know if this video was helpful for you!

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

  • @franciscoreal8430
    @franciscoreal8430 10 วันที่ผ่านมา

    Thank you so much for making this video you saved my bacon!

  • @mohamedismailelhedfi7903
    @mohamedismailelhedfi7903 6 หลายเดือนก่อน +1

    Thank you so much for your work I wanted to integrate it using the api calls but couldn't find a way to get an accessToken anyways you did a great work Good job !

  • @kulumbapaul3065
    @kulumbapaul3065 3 หลายเดือนก่อน

    Thanks so much, this is so helpful!

  • @aidahusna9050
    @aidahusna9050 3 หลายเดือนก่อน

    Oh myyyy good content ... thnk for helping me for my fyp ❤

  • @nabil9121
    @nabil9121 6 หลายเดือนก่อน

    thanks man !!! some day please show us some tutorials about using google maps on flutterflow with custom icons and geofances

    • @KingsAppDesign
      @KingsAppDesign  6 หลายเดือนก่อน

      Glad you liked it. I'll look into it!

  • @user-fu9st8wu2h
    @user-fu9st8wu2h 4 หลายเดือนก่อน

    Great vid, been looking for something like this for a long time!
    Is the client ID save in this code, or do we need to take extra steps to make it save to use in production.

  • @navaidali99
    @navaidali99 หลายเดือนก่อน

    Thanks for this amazing video. I have added created two different functions for android and iOS because both have different client_ids in oauth credentials. The app working well on iOS but on android once I choose a google account to sign in, nothing happens. What could be wrong?

  • @juliocesarvcardoso
    @juliocesarvcardoso 5 หลายเดือนก่อน

    Thanks, Bran! This is perfec!!! 😀

  • @danzreview
    @danzreview 6 หลายเดือนก่อน +1

    wow you are cool bro keep updated more content like this different

    • @KingsAppDesign
      @KingsAppDesign  6 หลายเดือนก่อน

      Thank you! I will keep making videos!

  • @KaiCodingJourney
    @KaiCodingJourney 6 หลายเดือนก่อน

    Also curious what if we deploy the app on our own domain any tips for the auth part like how will that link change? Thanks bro

  • @ciurdea8984
    @ciurdea8984 หลายเดือนก่อน

    Can you do something similar but with flutter, not with flutterflow?

  • @theoggamingchannel
    @theoggamingchannel 6 หลายเดือนก่อน

    Would love to see this for apple as well!

    • @KingsAppDesign
      @KingsAppDesign  6 หลายเดือนก่อน

      I'll keep that in mind for the future! :)

  • @shintastha1171
    @shintastha1171 22 วันที่ผ่านมา

    can i use this for flutter?

  • @jaguarconsultoriadigital8147
    @jaguarconsultoriadigital8147 6 หลายเดือนก่อน

    Thanks, man !

  • @StanleyOgada-ol7xq
    @StanleyOgada-ol7xq 3 หลายเดือนก่อน

    Thx

  • @blinkdailynews
    @blinkdailynews 6 หลายเดือนก่อน

    how would i go about having it create a user doc for the user? (if it doesn't exist)

  • @RussVandy
    @RussVandy 6 หลายเดือนก่อน

    Great video

  • @yorgohoebeke
    @yorgohoebeke 6 หลายเดือนก่อน

    Great video, thank you! Could you make a tutorial on how to create a weekly calendar view inside of flutter flow and how to sync calendar events from gcal to flutterflow DB (either firebase or supabase)?

    • @KingsAppDesign
      @KingsAppDesign  6 หลายเดือนก่อน

      Great Idea, I'll keep that in mind!

    • @yorgohoebeke
      @yorgohoebeke 6 หลายเดือนก่อน

      ​@@KingsAppDesign Awesome!

  • @seekersaurabh
    @seekersaurabh 6 หลายเดือนก่อน

    If google calender app in not installed on users phone, can we redirect them to app store to install it?

  • @DevouredByBunny
    @DevouredByBunny 6 หลายเดือนก่อน

    Any chance you can show us how to let users authorize google calendar to access calendar events and populate the calendar widget with events from the persons google calendar?

    • @KingsAppDesign
      @KingsAppDesign  6 หลายเดือนก่อน

      Hmmm. I think i'll make a part 2!

  • @МаксимАнаньев-е8щ
    @МаксимАнаньев-е8щ 6 หลายเดือนก่อน

    how to do this using supabase, I just don't use firebase and google service

  • @louayabidi
    @louayabidi 4 หลายเดือนก่อน

    ty so much but is is it for free ( i don't have a premium flutterflow)

    • @KingsAppDesign
      @KingsAppDesign  4 หลายเดือนก่อน

      Everything I did in this video was using the free version!

  • @asquire9955
    @asquire9955 6 หลายเดือนก่อน

    How do I display the events I have scheduled on my app?

    • @KingsAppDesign
      @KingsAppDesign  6 หลายเดือนก่อน +1

      Part 2 coming soon!

  • @ViniciusLima-yd6fs
    @ViniciusLima-yd6fs 5 หลายเดือนก่อน

    Great Video!
    I've been looking for a while on how to do this, thanks for sharing.
    Everything went fine but I had this problem: on my console I can see that the Access_token was returned, but I got this error right after:
    [GSI_LOGGER-TOKEN_CLIENT]: The OAuth token was not passed to gapi.client, since the gapi.client library is not loaded in your page.
    I didn't find a way to fix this, any ideas?