I am considering building an app for a reminders connection. So that you may connect to your apple reminders. The goal is to make then cards, with the possibilty to make reminders.
Example: My washer flow uses my Bosch washing machine when card. To state that a washing program is started I can create a reminder that shows in my apple reminders app.
Possible?
I have slim to no experience coding, so I guess I will call my friend Claude and ask for some help.
Do not know how much it can create on it´s own for this code. I guess it isn´t that hard for claude. One obstacle I can see, is the connection to apple eco system.
It depends. Does Apple Reminders have a public API?
While Claude can definitely help with writing Homey apps, I wouldn’t recommend creating the entire app with it. Claude often doesn’t follow the App Store guidelines for f.e. pairing pages (it uses its own styling instead of the official Homey style). But if you have some experience with JS yourself (and can check the code and modify it where needed), then you should be fine.
Also note that Claude can sometimes hallucinate dependency names. You should always check if dependencies are from a reputable author and well-maintained on the npm website before installing them. Attackers often register these package names that AI often mentions to spread malware.
Thanks. Sadly reminders don´t. I see there has been some reverse engineering. But it seems like a bottleneck.
Yeah, I need to check the code. Also, I consider publishing it on Github or something, so I may have some help analyze it.
I have seen another solution. That is to connect to controller for homekit app. And make that start a shortcut that creates a reminder. May be easier.
Also