Programmatically create Reminder in specific Section of a List

I'm looking for a way to access the information about which Section a Reminder is in, and also create a Reminder in a specific Section.

The sections feature was released in iOS 17 I believe: https://support.apple.com/en-am/guide/iphone/iph82596cb20/ios

I don't see any mention of Sections in the EventKit documentation: https://developer.apple.com/documentation/eventkit

I checked if each section is technically a Calendar but it doesn't appear so.

Any guidance would be helpful.