Watch Google Calendar gets no upcoming events

Hey there,
im trying to implement an automation that gets my upcoming calendar schedule and create tasks in asana therefore.
I created a screnario with "Watch Google Calendar " which is linked to an Asana module, which creates tasks

All events are repeated events, so i have to go with “By starting date”
Unfortunately the automation only works for events in the past, but not for upcoming events this week.

How can i implement this workflow, maybe with an other scenario structure ?

Thanks in advance
Best regards
Max

Welcome to the Make community!

Polling Triggers: Epoch Panel & Selecting Older Data

Go to the Epoch Panel, by right-clicking on the trigger module (polling triggers only), and select “Choose where to start” from the list of options in the context menu.

If you select “From now on”, the next time the scenario runs it will only return new data (or nothing if there is no new data).

You can also select other old data to re-run your scenario with next using the “Choose manually” option. This will then show you a list of previous historical items you can select to process the next time the scenario is triggered.

For more information, see

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thank you for explaining. So in that case the Google Watch Module will not fit with the specifications, based on your explanation.
For example:
If I want to create 10 Tasks in Asana (which are as events in my calendar for the upcoming week) the module “watch calendar” will not create 10 tasks in asana on Monday, because “select from now on” will only return new data. So all events are already set and there wont be more events coming. But i want the every week happening events in asana as a task linked :confused:
Am i right with this theory?