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

I've been baching my head on this for the last 2h and the `allDay` boolean seams not be passed properly to to the google calander. ``` js AddCalendarEvent.presentEventCreatingDialog({ ...eventConfig, startDate:...

When passing `{ allowsEditing: true }` to `.presentEventViewingDialog` two edit buttons shows up, see attached image: I think it'd suffice with the one in the top left corner, or at...

help wanted

I have a WebView opened and I'm listening for `data:text/calendar...` link clicks. Whenever the WebView tries to navigate to one of them (which doesn't work in my case) I prevent...

I download the zip file, run npm install and run app in Xcode and a error appear, like this: #import > React/RCTUIManager.h' file not found How to include this file?

Is it possible to set custom font family?

Hi, I'm trying to get event dates after its creation, as far as I understood there's no way of doing that, on iOS for instances the dates are not passed...

1. IOS - Case: You have 1 or more shared calendars (in your Calendar App). When you try to select another calendar (than default) when creating event - app crashes....

**Reproduce:** 1. Call and await `presentEventCreatingDialog` 2. Library opens calendar-dialog 3. The user clicks outside of the dialog in order to close the dialog 4. No result from `presentEventCreatingDialog` is...

Because repeating (regular) events have the same id, calling the ```js presentEventEditingDialog({ eventId: id }) ``` method opens the first event in the sequence of such events. Is it possible...