NSCalendarNotificationTrigger: repeats: ?

I am trying to set a Notification that triggers on a certain day, then repeats each day after.

So I need a NSCalendarNotificationTrigger, defining the FULL components set, (Year down to Minute/Second). But in this case, repeats does nothing at all. Which seems like an interesting, and not very flexible, design choice.
Thus, it seems that I will need to create the single (non-repeating) calendar Noti, and, somehow, figure out how to replace it with a daily-repeating (hour and minute components) once it has fired.

Any insight, or work-arounds appreciated.

The old/deprecated since iOS 10, UILocalNotification could set a repeatInterval: (NSCalendarUnit), much more flexible.
#LessIsNotMore
NSCalendarNotificationTrigger: repeats: ?
 
 
Q