I have a weird problem where my EKEventStore instance doesn't contain any sources.
What it's strange is that in some of my phones works(Get the EKSourceTypeLocal and create the calendar) and in some doesn't, I've spent a lot of time changing calendar settings but I haven't been able to come with a pattern or something.
Any ideas?
When on iOS6, ensure that you call -requestAccessToEntityType:completion: method after initialization, and before you try to get any data.