builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
260 stars 263 forks source link

When using openIosCalendarDialog, repeated events open the original event. #438

Open hamishjohnson opened 1 year ago

hamishjohnson commented 1 year ago

I opened 'Labor Day - Mon 5th Sep 2022' from the US Holidays calendar, using openIosCalendarDialog(calendarEvent.eventId!), however the event details it opened showed the date 'Labor Day - Mon 6th Sep 2021', which I believe is the date of the original, repeated event.

When opening the event via the calendar app, however, it shows the correct date.

So I think there's a UX bug where opening an event opens the original event that repetitions are based on as opposed to the repeated event.

After opening 'Labor Day - Mon 5th Sep 2022'

Screenshot 2022-09-21 at 13 22 26