Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding an event to a calendar from Flutter app

Tags:

flutter

When user presses a button in my app, I want to save an event to the users calendar. By opening up an already filled calendar app. With Android to add an event to users calendar developer would use an Intent. How do accomplish this with Flutter?

like image 356
user1506630 Avatar asked Aug 18 '18 15:08

user1506630


People also ask

How do I use Google Calendar with flutter?

In the Flutter event calendar, you can load the google events to Syncfusion Flutter calendar by using OAuth Client ID. STEP 1: Add the required packages in the dependencies of Pubspec. yaml. STEP 2: Create a sample and install the above packages in the sample.


1 Answers

I had in the same situation as you and then I met this library.

Check it out and let me know!

like image 177
Joaquin Iurchuk Avatar answered Sep 19 '22 10:09

Joaquin Iurchuk