I am new to Swift and I would like to make an app including complex calendar events. I have done some research this morning and I'm having trouble finding any documentation or tutorials on implementing EventKit in SwiftUI, everyone is using storyboard but I don't know how to use that. Is EventKit supported in swiftUI or do I have to start learning story board?
EventKit in SwiftUI
Not sure if you figured it out yet, but EventKit is only available through UIKit (old way of working with views). It's not implemented through SwiftUI yet. But, you can use UIKit's UIViewRepresentable to convert UIKit views to SwiftUI views. Which would help in making EventKit work in SwiftUI views. Here's a YouTube video I found that explains how to do this, if that helps https://www.youtube.com/watch?v=1GYKyQHVDWw