Working out time until next EKEvent

I had a need during a recent app build to find out the time until the next recurrance of an event that I had saved. You think that there’d be something in the API, right? Um, no. Here I’m sharing with the community the solution that I ended up building myself. I had a UILabel..

Read more

Create an Event with EKEventKit in iOS

EKEventKit is a somewhat recent addition to the iPhone SDK, and allows an app to set, delete or edit items in the iPhone calendar. This can be handy if you have an app that requires prompting the user for an action at a given time. Recently Blue Sun Software completed and deployed an app for..

Read more