Creating reminder lists with EventKit from your app
Create Reminders lists with EventKit: request full access via EKEventStore, load calendars(for: .reminder) and sources, create/save an EKCalendar with a valid EKSource (local/CalDAV or default), then add EKReminder with dueDateComponents. SwiftUI Picker/DatePicker UI. Include Reminders Full Access usage description.