How to open device calendar from flutter app?

Viewed 363

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?

0 Answers
Related