Adding event to native calendar in react-native iOS is not working -


i trying add event react-native ios app native calendar. not show event.

for else coming question using react native calendar events module, there's an issue if don't specify end date when creating event won't work. if specify enddate in call saveevent, e.g.:

rncalendarevents.saveevent('title', { location: 'location', notes: 'notes', startdate: '2016-10-01t09:45:00.000utc', enddate: '2016-10-01t10:45:00.000utc' }

then event should created.


Comments

Popular posts from this blog

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -

Laravel Bind Multiple Class to One Contract in The Service Provider -