gcrabtree / react-native-socketio

Not Maintained! A React Native wrapper for both the Swift and Java Socket.Io clients.
MIT License
152 stars 55 forks source link

Event created in Android device shown as Birthday on Calendar and after sometime it disappears #45

Closed abhichourasia closed 6 years ago

abhichourasia commented 6 years ago

I am creating event in Android device but the title always shown as Birthday and no notes and other fields appear like alarm or startdate and enddate on Gmail calendar.

Also the created event disappears from calendar in some seconds. This was not happening until yesterday.

RNCalendarEvents.saveEvent('Call User', { notes: 'Test Note', description: 'Test Note', startDate: <start date>, endDate: <end date>, alarms: [ { date: 5 } ] });

abhichourasia commented 6 years ago

Sorry...wrongly posted