Id love for things to be able to be sent both ways between apple reminders. As far as I’m aware this stopped working upon the recent architecture update.
I’ve slightly heard about a way using shortcuts but I couldn’t see anyway to automate it.
Reminders is so powerful, including task name, description, url, time and date (which HA now supports), location, subtasks and images.
Id love to be able to set something up in HA todo and it’s automatically synced to reminders and vice versa.
Im aware apple tend not to provide public API’s but I would love this!
Reminders are the primary iCloud feature I use. I am working on implementing HA Voice over HomePod and Echo. Adding Grocery list reminders by voice is a must.
Apple unfortunately doesn’t provide a Cloud API for Reminders. However, accessing Reminders via the app and a device should be relatively straightforward for Home Assistant app developers (iOS app), as Apple has well-documented this approach: Creating events and reminders | Apple Developer Documentation
It is a local access of the Home Assistant iOS app. It should work similarly to, for example, triggering location via a shortcut, and synchronization could be done via EventKit (HA App). But whether this is something the Home Assistant iOS app developers deem necessary, I have no idea…