7

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?

vijar
  • 733
  • 4
  • 14
  • 23
  • 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 Answers1

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