Skip to content

Commit

Permalink
#126 return the 'calendar' to the findEvent function
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 14, 2015
1 parent a6e44cb commit 8539fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/Calendar.m
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ -(NSMutableArray*)eventsToDataArray: (NSArray*)matchingEvents {
for (EKEvent * event in matchingEvents) {
NSMutableDictionary *entry = [[NSMutableDictionary alloc] initWithObjectsAndKeys:
event.title, @"title",
event.calendar.title, @"calendar",
[df stringFromDate:event.startDate], @"startDate",
[df stringFromDate:event.endDate], @"endDate",
nil];
Expand Down

0 comments on commit 8539fbd

Please sign in to comment.