i would like to know how to fetch all events from an EventStore using EventKit in iOS.
This way i can specify all events for today:
- (NSArray *)fetc
This is the method I am using in my app to fetch them.
NSDate *startDate = [NSDate distantPast]; NSDate *endDate = [NSDate distantFuture];