Open engmsaleh opened 9 years ago
Hi Mohamed,
Thank you for the report. I will look into this issue and discuss with you soon!
@jingsh , I have made a further investigation and it seems be a bug on iOS8 with "calendarIdentifier" , it is originating from sending "calendarWithIdentifier:calendarIdentifier" in the following method in the lib
-(void)setUsingCalendar:(NSString *)calendarIdentifier
{
if (calendarIdentifier) {
EKCalendar *cal = [self.eventStore calendarWithIdentifier:calendarIdentifier];
Please double check that
编译无法通过
When I use the the method setUsingCalendar: to set the current calendar in the below code snippte
I got the following error
I have search it a bit and it seems a problem on iOS8 with "calendarIdentifier"