acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
446 stars 149 forks source link

Date and time for a specific cell #876

Closed IAMNABEEL closed 1 year ago

IAMNABEEL commented 1 year ago

I wanted to create a meeting by pressing the cell, when using onPressCell, it returns like this "2023-06-12T22:00:00.000Z", but what I was is exact datetime for specific cell to create meeting on that date and time, how do I achieve it, kindly help me.

acro5piano commented 1 year ago

You should implement your own onPressCell logic. Please refer to the storybook:

If you have any questions, feel free to re-open this issue.