Fetching Reminder Subtasks (+ Other Properties)?

I feel like I have noticed that the EventKit Reminders library is lacking in several functionalities- specifically not being able to tell if a reminder is a subtask/has any subtasks and not being able to tell if a reminder is flagged.

Is this an accurate observation or am I missing something?

If this is the case, is there anyway to send feedback to apple about adding these functionalities, or is there any indication that this will be updated in iOS 14?
Unfortunately I’ve drawn the same conclusion.

Looking at the documentation for EKReminder and EKCalendarItem, there is indeed no property for nesting calendar items...

I also thought to check the EKCalendar class as this post made it clear that reminders lists are in fact EKCalendar objects.

my hope was that this class would contain a map of some sort, but no luck.

Ideally, EKReminder would be updated to contain a public property of type EKReminder[]... or something to that effect.
I had a similar question, and I contacted apple developer support. They referred me to the docs (and here), where I already stated there was no documentation.

Maybe next OS?
Fetching Reminder Subtasks (+ Other Properties)?
 
 
Q