EventKit
How to monitor system calendar for changes with EventKit
If you are working with either calendar events or reminders via EventKit framework, you need keep the data up-to-date with the system calendar database.
Swift & iOS9 posts
EventKit
If you are working with either calendar events or reminders via EventKit framework, you need keep the data up-to-date with the system calendar database.
Swift & iOSEventKit
Apart from reminders and events, EventKit framework also gives you the power to create new calendars for users. Learn how.
Swift & iOSEventKit
My finished solution to bridging this view controller for creating new events and editing existing ones to SwiftUI.
Swift & iOSEventKit
Short post showing how to bridge this controller with SwiftUI and get selected calendars.
Swift & iOSEventKit
Learn how you can create reminders that will show in the Reminders app. With alarms and recurrences.
Swift & iOSEventKit
In this post we will use the EventKit framework to save event to default calendar.
Swift & iOSEventKit
In this post let's go over how to load events that user has in their system calendar. Learn about permissions, requesting access and load the events.
Swift & iOSEventKit
Learn about working with EventKitUI to let user select their calendars with the calendar picker. Permissions and delegate explained.
Swift & iOSEventKit
Short example showcasing the usage of EKEventEditViewController to let user edit and add events to iOS calendar.
Swift & iOS