ja2375 / add_2_calendar

A really simple Flutter plugin to add events to each platform's default calendar..
MIT License
184 stars 110 forks source link

How can we add to calendar events without prompting users to confirm? #155

Open rezmeplxrf opened 6 months ago

rezmeplxrf commented 6 months ago

I wanted to add events in batch but every time this method is invoked it will ask user to save the event. I only tested in IOS.

Is there a way to just add multiple events of different dates in batch without making users to confirm it?

diegog-sf commented 6 months ago

I suggest you use device_calendar for that purpose

rezmeplxrf commented 5 months ago

Thanks I will try that