If I wanna do this internally in the custom component I’m building I have got the information that I should import the calendar component. Im struggling how to utilize this component to fetch the same data as I did with the HTTP API.
There is also the Google Calendar component, is it that one I should use instead since Im only doing google calendar data?
How would I fetch the same data as doing with the API but with the imported component?
If you’re in a custom_component, and you already have the google calendar component loaded, can’t you just get the information you need from the calendar entity state and attributes?