Appgutta / AGCalendar

Calendar module for Titanium
Other
80 stars 25 forks source link

iOS 4/5 case not handled in EventKitDataSource.m #17

Closed jfalcone closed 11 years ago

jfalcone commented 11 years ago

In EventKitDataSource.m,

if ([self checkIsDeviceVersionHigherThanRequiredVersion:@"6.0"]) {

has no else statement so the addEvent: function is a no-op under iOS 4/5.

ChrisRM commented 11 years ago

Ah, my bad. I'll fix it asap