I am looking to save an entry to the native calendar through my app. I have all the entry details such as Name, time/date, location etc . Is there something i can use out of the box in react native. If not are there any existing plugins available for this functionality?
Asked
Active
Viewed 2,652 times
7
-
Check out [this](http://stackoverflow.com/questions/3721963/how-to-add-calendar-events-in-android) and also [this](http://sureshdotariya.blogspot.in/2013/03/how-to-add-events-to-native-calendar.html) it may be of some help to you – Jaydroid Sep 28 '16 at 04:35
1 Answers
2
A quick search in js.coach suggested me these packages:
In addition to that, check this tutorial out (iOS only, but it might be of use).

martinarroyo
- 9,389
- 3
- 38
- 75