Listing Calendar Events with Event Kit and Swift

1 · Andrew Bancroft · April 28, 2016, 5:50 p.m.
This is the continuation of a series of articles I’ve writing for Swift developers working with Event Kit. Supposing that after asking the user for permission to use their calendars, and even allowing users to create new calendars from within your iOS app, one possible next step could be to list out all of the events for a calendar that they tap on. Demo Here’s what we’re going for by the end of this:...