I want Make to update Todoist tasks to sync with the corresponding Google Calendar events and update accordingly.
For this I want Make to trigger when a Google Calendar event has been updated on a certain calendar. When I use the “watch” module (by updated date), make shows me the oldest events, not the latest.
You can at first setup the time from which you want to get the records.
And for only processing the updated events, you can use a filter to match the created date and updated date of the event ( in cases of updated events, these two dates will be different )
Ive noticed the “Choose where to start” is by default “From now on”
I’m not sure what you meant by “setup the time from which you want to get the records” - I want to get any record that has been updated once it is updated, don’t want records that have been updated in the past.