wmcmahan / react-native-calendar-events

📆 React Native Module for iOS and Android Calendar Events
MIT License
906 stars 292 forks source link

Feature request: globally unique identifier #364

Open robertherber opened 3 years ago

robertherber commented 3 years ago

I'd like to access a globally unique identifier of a calendar event, to make it possible to match events across devices. The use cases for this are many, for me the primary are:

On iOS there is calendarItemExternalIdentifier and on Android there seems to be UID_2445.

Having used this library before I have a slight memory of seeing something like this before - did it disappear somewhere along the way?