saveEvent returning “No calendar has been set”
问题 I am attempting to save an event into the calendar, from my application. My code works for iOS 7, but on iOS 6 , it returns No calendar has been set. The application prompts for user to grant access to the calendar, on iOS 7. But no such prompt appears for iOS 6. Although the application is granted access in the Settings-> Privacy -> Calendar. And yes, I have already implemented the requestAccessToEntityType:completion: . Here is my code snippet . EKEventStore *objStore = [[EKEventStore alloc