vonovak / react-native-add-calendar-event

Create, view or edit events in react native using the standard iOS / Android dialogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allDay seems not to pass bool to google calendar (android)

AndBroCorp opened this issue · comments

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.

                      AddCalendarEvent.presentEventCreatingDialog({
                        ...eventConfig,
                        startDate: '2019-09-05T22:00:00.000Z',
                        endDate: '2019-09-06T21:59:59.999Z',
                        allDay: true
                      })

I've tested with other calender's and it works with them, but not the google one.