react-native-add-calendar-event icon indicating copy to clipboard operation
react-native-add-calendar-event copied to clipboard

Create, view or edit events in react native using the standard iOS / Android dialogs

Results 52 react-native-add-calendar-event issues
Sort by recently updated
recently updated
newest added

Hey guys, i installed `react-native-add-calendar-event` to project following instructions. **version: "react-native": "^0.61.4",** **OS: mac os 10.15.1** I tried run with and without manual linking and got the same result. I...

See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture I understand this project is kind of unmaintained, I'm opening this so I can track it up stream for our app.

Why because like, i need to update and delete the event internally already added events. Is it possible to integrate?

I'm seeing this error in Crashlytics, but haven't been able to reproduce it. So far it only happened once, but it might still be worth fixing. ``` Fatal Exception: java.lang.NullPointerException:...

Below is the source code I have used in my project, functionality works as expected while in debug mode on android but once it is released nothing happens. **Source Code**...

When calling ``` try { const eventConfig: AddCalendarEvent.CreateOptions = { title: 'test', startDate: dayjs().startOf('hour').toISOString(), endDate: dayjs().startOf('hour').add(1, 'hour').toISOString(), location: 'Rayon', // and other options } const result = await AddCalendarEvent.presentEventCreatingDialog( eventConfig,...

Hi team can you give me some doc that can help me to add meeting URL in calendar

The feature is working well on Samsung devices, But not on Google devices as Nexus... After created an event, the Calendar app is shown instead of App. Do you guys...

Hi, after i upgrade to targetSdkVersion 30 which to support Android 11, I unable to add my appointment to calendar in Android. Anyone here have idea and help for this...