I'm using the google calendar API (python) to do some calendar parsing, and I'm going to be running a script once an hour to download events for the next two weeks. I'm on a pretty old system which has a lot going on so I want to only pull when there has been data changed. Is there any flag within the api to check if there is a change since last read?
Thanks for your time!