I’ve got a starting module to watch events from Google Calendar; I set the scenario to run every 15 minutes, polling for changes from now on, but I wanted to clarify the difference between watch by updated date and created date. I assume that it gathers a list of all events that have changed since the last time the scenario ran, and then orders them according to the date they were created and processes them in that order, vs ordering by date updated. Its that right? And presumably uses the ‘creation date’ and ‘last update date’ of the google event to determine this?