When adding a task to the "INBOX" list, which is not in a Group, everything works well.
Then, if I set "Work INBOX" which is inside "Work" Group as default reminders list, the workflow script fails with NSAppleScriptErrorNumber = "-1728" with NSAppleScriptErrorMessage = "Reminders got an error: Can\U2019t get list \"Work INBOX\".";.
Let's take this Reminders setup example,
When adding a task to the "INBOX" list, which is not in a Group, everything works well.
Then, if I set "Work INBOX" which is inside "Work" Group as default reminders list, the workflow script fails with
NSAppleScriptErrorNumber = "-1728"
withNSAppleScriptErrorMessage = "Reminders got an error: Can\U2019t get list \"Work INBOX\".";
.Error thrown by
Run Script
line 45.