I am making an app for myself and I need to access the startDate and endDate of specific events that are already in my calendar. How can I go about doing this? I have tried storing a list of events into an array but once the events are in the array, what is the point, how can I access them?
Share
You can save the eventIdentifier property of the EKEvents in the array.
Refer this