Looking to add reminders directly from your app? Explore practical techniques for using EventKit to create custom reminder lists and manage due dates seamlessly within your iOS application.

🔗: https://www.createwithswift.com/creating-reminder-lists-with-eventkit-from-your-app/ by Gabriel Fernandes Thomaz & Tiago Pereira

#iOS #EventKit #Development

Creating reminder lists with EventKit from your app

Create new calendars in EventKit to organize reminders or events under custom lists

Create with Swift

Another longterm prototype project
https://paultraylor.net/project/markdown-todo/
Slightly inspired by an old app called TheHitList, I wanted to see what I could do with markdown + Reminders
There's a TestFlight link on my site, but this app is very much a prototype.

#swiftui #EventKit

Added to my site
https://paultraylor.net/project/redo/
Also added a testflight link for those curious enough to try it (but it's very much a prototype)

#swiftui #EventKit

Redo

An experimental todo app built around calendar sets and quick redo actions.

PaulTraylor.net
I think my goal for this week, is to document some of my projects (and take photos of things). I have a few #swift / #swiftui prototypes I did using #EventKit
I dubbed this prototype "Redo" as part of the goal was to experiment with a tab for quickly "Redoing" previous tasks.
I also implemented a simple "Calendar Set" feature to be able to focus on a subset.

Almost forgot to prepare my apps for iOS 17 #EventKit framework changes 😬

It now supports "Write-only" access which sounds great, but you cannot read events already created by your app so I am resorting to this dialog when the user wants to view already added event 🤷‍♂️

More details here - https://developer.apple.com/documentation/technotes/tn3153-adopting-api-changes-for-eventkit-in-ios-macos-and-watchos

#iosdev #IOS17

TN3153: Adopting API changes for EventKit in iOS 17, macOS 14, and watchOS 10 | Apple Developer Documentation

Test your existing apps against EventKit API latest changes.

Apple Developer Documentation
Have been working on #TextKit 2 on #iOS for two full months, time to switch context to another mysterious framework #EventKit 😅