'Adding an event to a calendar from Flutter app

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:[1]

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

Check it out and let me know!

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 Joaquin Iurchuk