EventKit with SwiftUI

I've been playing around with EventKit with SwiftUI trying to make my own version of a Reminders client, however, most of the tutorials or articles I've found really only explain it from a UIKit perspective and I'm not exactly sure how to make that applicable to SwiftUI, the documentation for EventKit is also of little to no help.

Is there an article or example somewhere that shows how to do this?
I'm having the same issue, any progress?

This link to a github repository provides a swift wrapper library to EventKit. In the Readme there is an example for how to use the library from SwiftUI. I tried the library and it works. The library is limited to Event Type .event. I wanted to use it for .reminder events and it requires the need to add more functions which I have not attempted. Link to Shift Library - a wrapper for EventKit

EventKit with SwiftUI
 
 
Q