Tagged Questions
0
votes
1answer
111 views
iOS App Error: I screwed up somewhere in date calculation
My app crashing randomly, I can't generate same case that occurs in user's devices, here more details from the crash report:
Crash CLASS:
NSInternalInconsistencyException
FUNCTION:
...
0
votes
1answer
46 views
add eventViewController not showing anything
I'm currently working on a agenda part of an app. I managed to show all my events and also go to the details from it and edit it. But when I want to add an event it shows me an empty view. I should ...
2
votes
1answer
79 views
EKEventEditor crash on iPhone but not on iPad
I'm trying to call a native iOS calendar event edit window modally from my iPhone app using the following code set to respond from a UIButton:
- (void) initCalendar:(id) sender {
EKEventStore ...
0
votes
1answer
42 views
event.startDate output is null
i am trying to add event to the calender, but event.startDate output is null.
event.startDate = [formatter dateFromString:dateandtime];
Can any one tell me why?
i checked the formatter, every ...
0
votes
0answers
73 views
In-App Calendar Vs System Calendar Clash (EventKit)
I have been playing around with EventKit in my iPhone app and implementing a calendar, all is well so far.
However, form what I have discovered, any calendars and events I create in my app cannot be ...
0
votes
0answers
137 views
Is there a EventKit-based open source date picker component?
In my app, I want to offer the ability to pick a date from the user's calendar. Using plain EventKit seems to be a horribly hard task. Basically I would have to re-implement a whole calendar app.
Is ...
1
vote
1answer
2k views
Edit and Delete Existing EKEvent?
I am using the Kal calendar in my app, (hopefully that doesn't change too much) but I get an EKEvent object from that depending on the user selection on the calendar.
Anyway, how can I edit and ...
2
votes
1answer
296 views
EKCalendarChooser multiple selection does not work
I'm trying to use EKCalendarChooser to get multiple calendars selected by the user. This is how I present the view:
EKCalendarChooser* dvc= [[[EKCalendarChooser alloc] ...
1
vote
1answer
226 views
iPhone EventKit Adding Event Custom Parameter
I am letting the user add events to the calendar in my app.
My question is, can I add a custom field to the view when the user goes to add an event, an example, a 'Birthday' field with a switch or ...
1
vote
1answer
320 views
iPhone Event Kit - Event Custom Field
I am looking to integrate Kalzuka Kal, an open course iPhone calendar into my app. It will show all the events from the official calendar app and the user will be able to add events using Event Kit.
...
1
vote
0answers
172 views
EventKit - Event Location, Notes, and organizer properties are empty
I'm trying to fetch some events from the calender using EventKit, and that on ios 5 beta 6.
From some reason, all the fields of the event is empty except the participants, title and dates.
No ...
1
vote
1answer
1k views
SimpleEKDemo Example with allowsEditing = YES but show only “Done” button in iPad
The SimpleEKDemo example is delivered with "Targeted Device Family = iPhone" in the Build tag of Project Settings. It works for both iPhone and iPad, the "Edit" barButton showed in the ...
2
votes
4answers
1k views
EventKit in Universal app (OS3.2)
I made iPhone app with eventkit framework. However, i upgrade to universal app, app can't run in ipad. I got error message
dyld: Library not loaded: ...
