EKCalendar not added to iCal
- by Alex75
I have a strange behavior on my iPhone. I'm creating an application that uses calendar events (EventKit). The class that use is as follows:
the .h one
#import "GenericManager.h"
#import <EventKit/EventKit.h>
#define oneDay 60*60*24
#define oneHour 60*60
@protocol CalendarManagerDelegate;
@interface CalendarManager :…