2

I want to integrate google calendar api into my flutter app but i can't find any proper guide to do this so my question is how can i integrate google calendar api in my flutter app.

Mr.patel
  • 103
  • 2
  • 12
  • https://stackoverflow.com/questions/48477625/how-to-use-google-api-in-flutter/48485898#48485898 might help – Günter Zöchbauer Mar 10 '19 at 12:53
  • Take a look at this article https://medium.com/flutter-community/flutter-use-google-calendar-api-adding-the-events-to-calendar-3d8fcb008493 – M Karimi Feb 14 '22 at 07:27

1 Answers1

0

Here's a good guide that you can follow posted on Medium. You'd need to at least use googleapis and googleapis_auth plugin to get started.

Omatt
  • 8,564
  • 2
  • 42
  • 144