3
votes
2answers
102 views

Reminders.app two-way synchronisation logic

I want my app to synchronise with the Reminders.app. (my app utilizes Core Data) I've already done a prototype and it works, but there are some bugs I can't think through. Right now my sync ...
0
votes
1answer
83 views

EKEditviewController keeps showing the title in the navigationbar

I'm working with the EventKit Framework. It is working almost perfect but I have still some issues. When I push my on an Event, it goes to the details of that Event. It shows correctly the details and ...
1
vote
1answer
70 views

Extending EventKit functionality

This is my first post to SO, so I'll get right to it. I'm working on a calendar application and I'm trying to figure out how to add new functionality to EKEvents. I've done enough research to know ...
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 ...
3
votes
2answers
728 views

Add participant to an event in iOS

In the EKParticipant Class reference, " Send attendees to an EKEvent object to get an array of EKParticipant objects. " OK, buy how can I send attendees to an EKEvent object? Someone give example ...
1
vote
2answers
683 views

iPhone Event Kit : programmatically SUBSCRIBE to a new calendar

I was lead to this answer and that tells us how to create an offline calendar (I think) but how do I subscribe to a URL on a server that is spitting out a calendar in ics format? Is this possible?
0
votes
0answers
290 views

Add attendee to create a new event EKEventEditViewController [closed]

How can I add a new field for attendees?
0
votes
1answer
736 views

EKRecurrenceRule not working

I have followed a number of tutorials and looked at the documentation and think I have the right code however it still doesn't want to recur. Any ideas would be very appreciated. The code I have is ...
0
votes
1answer
1k views

How to set a reminder(alarm) using eventKit framework for a particular date

I am working with EventKit framework in iOS 5 and I successfully added an event to the iOS calendar using the below code EKEventStore *eventDB = [[EKEventStore alloc] init]; EKEvent *myEvent = ...
0
votes
1answer
363 views

how to enter all the data in calendar without using EventkitUI ? (iphone)

I recently saw eventkit framework. And I used it successfully. now the situation is ... I have all the data which is suppose to be entered in eventkit ... now I dont want to use the uieventkit ...