Problems with reminders bridge on iPhone?

I have made the following short script:

let cals =  await Calendar.forEvents()
let rems =  await Calendar.forReminders()

console.log(cals.length)
console.log(rems.length)

When I run it on my iPad, I get the correct numbers but when I run the same script on my iPhone, the number of reminders is 0. Both runs latest iOS (phone is 12.1.4), it is an iPhone 8. The scriptable version is 1.2.3.

Is Scriptable listed under Settings > Privacy > Reminders on both devices?

1 Like

Well, it was turned on, but I then tried disabling and enabling and now it works! Thanks.

3 Likes