wmcmahan / react-native-calendar-events

📆 React Native Module for iOS and Android Calendar Events
MIT License
905 stars 292 forks source link

Add event status property #423

Open JHPG opened 1 year ago

JHPG commented 1 year ago

Currently, the event object doesn't have the possible status of an event invitation, like "confirmed", "canceled", "tentative", etc.

iOS status values:

Android status values:

Environment

Doesn't apply.

Steps to Reproduce

Logging the fetchAllEvents result and checking the properties.

Expected Behavior

Show the current status on the event's properties, when it was created with an invitation.

Actual Behavior

The event object doesn't have this field.