vonovak / react-native-add-calendar-event

Create, view or edit events in react native using the standard iOS / Android dialogs
MIT License
344 stars 103 forks source link

View one of the regular events #179

Open illi-homz opened 1 year ago

illi-homz commented 1 year ago

Because repeating (regular) events have the same id, calling the

presentEventEditingDialog({ eventId: id })

method opens the first event in the sequence of such events.

Is it possible to open a second or third one?

like

presentEventEditingDialog({ eventId: id, startDate: startDate })

Events differ only by the date of the event

fendermany commented 9 months ago