Tagged Questions
0
votes
1answer
55 views
Xcode: Event not created in Calendar : issue With Timezone?
ddI am facing issue while creating Event in Native CALENDAR, When i pass event.startDate anything other than present timestamp... also event.endDate not working with different value as below..
- ...
0
votes
0answers
28 views
MBProgressHUD object not show when do requestAccessToEntityType for EKEntityTypeEvent
I want to show the MBProgressHUD object - progressHud during process auto add about 100 events to calendar. Here is codes when i touch on the button to do this task.
- ...
0
votes
0answers
88 views
EKReminder Interval strange behavior [closed]
I'm trying to figure out how to set a simple recurring reminder that gets posted every 2 days. However, I am encountering some strange behavior. First, here is the code I am using to create the ...
0
votes
0answers
77 views
Use calendarItemWithIdentifier to lookup calendar event
I'm trying to lookup a calendar event by the new iOS method calendarItemWithIdentifier. I can't use the eventWithIdentifier because the identifier is changed after the event is syncronized with the ...
0
votes
0answers
39 views
filtering owner's events from eventkit
I am trying to develop an agenda app for iOS6 which retrieves events from the device's calendar and I've been successfully retrieved all events. My problem is, I want to filter these so that, only the ...
7
votes
2answers
144 views
Does Apple provide a UI for editing/adding Reminders?
I know there is an API for adding a reminder programatically. But is there a view controller for reminders? I've looked in EventKitUI framework, but I'm not sure if EKEventEditViewController works for ...
5
votes
1answer
161 views
Bullied by the EventKit framework on iOS 6
At first I though I had left my self this message, but then I started seeing more comments like this one. I just want to ask if Im the only one seeing messages like this ? I think its funny in some ...
0
votes
2answers
253 views
Sorting ekcalendar or ekreminder
is there a way to sort the Calendar or Reminders? I haven't found a sortIndex properties or something like that...
How the reminder app do sort there items?
Best regards
2
votes
2answers
3k views
EKEventStore , do I need EventKit.Framework for iOS 6 saperately?
I have an universal iOS app, giving efforts to make it compatible with iOS 6. I am using Cordova / Phonegap framework so my app is HTML,CSS and JS. I am using calenderPlugin for Cordova which is ...