'How to integrate google calendar api with flutter
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.
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Omatt |
