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?
Solution 1: Joaquin Iurchuk
I had in the same situation as you and then I met this library.
Check it out and let me know!