I need to create an alarm option for my calendar app in SwiftUI.
I already tried UserNotifications and EventKit – but these are just Notifications and don’t really seem to do the ‘alarm’ effect. I know that is is possible, because I saw how many other apps already have them. (Maybe it is available only with critical alerts, but I am not sure yet).