How to call the calendar service for events of "today"?

I think I like this solution the best – where do you “store” the information? Or do you just call calendar.get_events every time you access the info?

Was looking to have a card on my dashboard that lists all the events per day per person, so I’m trying to figure out a way to save these to a helper or something maybe?

Yeah it autocalls every time then stores the information in the entity it creates.