I have had a HA setup working for about 6 months, and just started creating an Appdaemon setup. I really like it and the layouts it creates on a tablet.
Unfortunately I have a hard time getting from what I would do in HA to Appdaemon.
I just added the Google Calendar integration into HA…and I am completely stumped as to how to add a simple upcoming tasks or similar widget to Appdaemon.
I have looked at Rene Tode’s google-calendar-app (last updated 4 years ago) but I am not sure if the settings are the same.
Such as… client_secret_file: calendar_client_secret.json
Calendar works in HA , just need it to show events in Appdaemon
I am not familiar with the Google Calendar integration but… if it allows you to interact with it using sensor (or the like) entities and services to make changes, then you can manipulate it through AD. You can read entity state using get_state() and make calls to the integration services using call_service().