ja2375 / add_2_calendar

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

Doesn't handle complex recurrence #124

Open justincbeck opened 1 year ago

justincbeck commented 1 year ago

If recurrence occurs weekly on certain days of the week, is there a way to support that (other than the RRULE since that's Android only)? If I were to create a PR to support that what is needed on the iOS side (what needs to be passed to the calendar) to support days?

diegogarciar commented 1 year ago

Hey @justincbeck I tried to cover most of the scenarios, but for iOS is very tricky, feel free to create a PR to cover your scenario in a generic way, you can read apple's documentation for help