-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[FEATURE] Todoist - Recurring prop #16092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@vunguyenhung Would adding this prop allow recurring tasks to be retrieved as well? I see it's for the Create Task action. I had this issue when retrieving completed tasks. I could see completed non-recurring tasks but not recurring ones. Thanks for the support |
Hi @melijimenez11, could you share the exact action that you use to retrieve completed tasks on Todoist app? Screenshots of your action configuration would help a lot too |
@vunguyenhung after researching and testing this, I've found that for a task to be created as recurring, it needs to have the recurring pattern established in the https://stackoverflow.com/questions/47491608/using-todoist-python-api-to-add-a-recurring-task I've added this info label to the Create Task component to make this more clear: "To create a recurring task, use the |
My issue is not when creating new recurring tasks or completing tasks. My problem occurs when I try to run the I'm trying to detect when a Todoist recurring task is marked as complete (on that day or instance) so that I can run an action on another service. Recurring tasks on Todoist are marked as complete and automatically re-scheduled for the next occurrence. I've had previous experience with Zapier, where this same trigger would run even for recurring tasks. So, it is technically possible to "watch" recurring tasks. This is happening at the workflow level, and here) is what I can see when I inspect it. Here is a screenshot. ![]() |
Hi @luancazarine, could you try to check the existing Todoist completed task to trigger event for recurring task completed? |
Hey @GTFalcao, could you take this one? |
It seems Todoist has recently released a new API, which supports webhooks, and will be deprecating the v9 sync API we use for the current polling sources. As such, this will be fixed with the migration to webhooks. |
Is your feature request related to a problem? Please describe.
Please add
Is Recurring
prop into the Todoist - Create Task action, following API doc here: https://developer.todoist.com/rest/v2/#tasks:~:text=to%20user%27s%20timezone.-,is_recurring,-BooleanPlease also update the Task completed trigger to including recurring task event
Additional context
Requested by a user here: https://pipedream-users.slack.com/archives/CPTJYRY5A/p1743381163804159
The text was updated successfully, but these errors were encountered: