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?
I would also be interested in the answer to the question you raised Dave_Boyle; the documentation that Make provides on this module is very poor in my opinion so I’ve started trying to find out the functionality by testing, but that’s not optimal: documentation should unambiguously specify the functionality of a module.