Google Calendar - Can I somehow determine the scan interval?

Hi All,

I have it all up and running with the Google Calendar integration and the Custom Google Calendar Widget.
But is it possible to determine the scan interval. Currently the Calendar requests get higher than 30.000 a month, and as far as I remember, there is a limit of 1000 requests per google api per day. (for free).

I might be wrong, but is this possible?

Looks like the component checks every 15 min, so 96 a day.

https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/calendar/google.py#L25

Hmm, I just don’t get why I then have more than 30.000 a month. But I could try tweaking it to just half an hour instead.
Well spotted and thanks!