Problem
Apple Reminders supports sections (groups) within lists starting from macOS Sonoma, but the MCP server cannot read or manage them.
What was investigated
EventKit has no properties or methods on EKReminder or EKCalendar related to sections. No private API found either.
What we're waiting for
Apple to add section management to the EventKit framework.
Impact
Reminders created via the MCP server are added to the default (unsectioned) area of a list. Existing sections and their assignments are invisible to the server.
If anyone knows a clean way to manage Reminders sections programmatically — would appreciate the input!
Problem
Apple Reminders supports sections (groups) within lists starting from macOS Sonoma, but the MCP server cannot read or manage them.
What was investigated
EventKit has no properties or methods on
EKReminderorEKCalendarrelated to sections. No private API found either.What we're waiting for
Apple to add section management to the EventKit framework.
Impact
Reminders created via the MCP server are added to the default (unsectioned) area of a list. Existing sections and their assignments are invisible to the server.
If anyone knows a clean way to manage Reminders sections programmatically — would appreciate the input!