Instead, you should use the following method.
- (NSArray *)calendarsForEntityType:(EKEntityType)entityType; NSArray *cals = [eventStore calendarsForEntityType: EKEntityTypeEvent];
And use the cals array in line2.
Check the documentation here
source share