Top "Eventkit" questions

EventKit is a framework on iOS and OS X which provides classes for accessing and modifying calendar event information.

Programmatically add custom event in the iPhone Calendar

Is there any way to add iCal event to the iPhone Calendar from the custom App?

ios iphone calendar eventkit
Find first element matching condition in Swift array (e.g. EKSource)

I would like to find the first EKSource of type EKSourceType.Local with a "single"-line expression in Swift. Here …

ios swift swift2 ios9 eventkit
Add Event to calendar in xcode iOS

Hy I have this code for adding Events to calendar but it does not add. -(void)event { EKEventStore *eventStore = [[…

iphone ios calendar eventkit
iPhone simulator - how to detect when app is running on simulator (so can setup test data)?

Any sample code that would show me how to, in my iPhone application code: How to detect if the application …

ios iphone ios-simulator eventkit test-data
How to get all Events out of a Calendar (Swift)

I am kinda new to Swift, but really interested. I would like to get all the events I stored in …

ios swift uitableview calendar eventkit
Fetch all events from EventStore EventKit iOS

i would like to know how to fetch all events from an EventStore using EventKit in iOS. This way i …

iphone ios sdk fetch eventkit
App Calendar Functionality No Longer working in ios 6

In the app I am currently developing there is interaction between the user and the users calendar, like what happens …

objective-c ios icalendar eventkit
Programatically add a reminder to the Reminders app

I'm creating a simple note application and I want to implement Reminders. The user would type a note, tap a …

ios eventkit reminders
Property 'delegate' not found on object 'AddEventViewController'

With the help of the Developer Library, I am trying to work with the EventKit and EventKitUI Frameworks. I've hit …

objective-c ios xcode eventkit
How to fix EKErrorDomain Code=1 "No calendar has been set

I want to create a calendar entry to the iPhone calendar, I have tried the following code EKEventStore *eventStore = [[EKEventStore …

ios calendar eventkit