'How to open device calendar from flutter app?

I want to open the local calendar by click on a button from flutter app in IOS and Android platform, with initial parameters such as title, description and date. In fact, I need open 'Add Event' of the calendar, directly from my app.

I've tried some packages like device_calendar, but it needs to implementation own design for add and edit event form.

It is possible to open new event form of device calendar directly?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source