Reminders App - Apple Script Dictionary Update

Hi,

It seems like Apple Script doesn't support accessing Groups which are in the new Reminders. Does anyone know when support will be added or any way around it to get access to Lists within Groups? Similarly, EventKit doesn't see them either.

Replies

A quick look at the main Reminders window with my UI Browser application shows that you can use GUI Scripting to click the Add List button. I imagine that you can do a lot more than that in Reminders with GUI Scripting. https://pfiddlesoft.com/uibrowser.

I would like to access the Groups and List programmatically using either Apple Script or EvenKit. The existing dictionary in Catalina doesn't seem to provide Groups as an array (or anything). Neither EvenKit has iteration over parent-child relationship nor has group association properties.