I have a question about EKCalendar's calendarIdentifier
property. Is this ID unique on a global level, or on a per-source level? E.g. can I safely store the calendarIdentifier in my app to smoothly identify a calendar across all calendars in the event store (no matter what EKSource they're in) or do I also need to save the EKSource's identifier associated with the calendar?
I have a calendar selection feature in my app, and I want to safely store and load the correct calendar (within the correct account) upon app restart.
Thanks in advance.