With the latest release of HA 2023.7 we are able to call a new calendar service. Of course, I had to try it out in the Node-RED as all my automations are running through it.
I’ve created a simple flow to test it out, but unfortunately, it is not working. When the service is called by inject node it returns API error. Can anyone help?
The call-service node needs to be modified for it to work with response data. If you would like to receive the response data with the current version, you can use the API node and make the call manually.