There are many apps where it would be desirable to only add events to the calendar without granting full on access to all of the users events. In iOS 17 apple implemented a way to create events without permissions using EKEventEditViewController, check out this page for more info https://developer.apple.com/documentation/eventkit/accessing_calendar_using_eventkit_and_eventkitui#4250783
It would be great if this could be implemented to expo-calendar