How to cancel a specific recurring event

I have given the user the ability to set some recurring workflows in my app, but how would i allow the user the cancel said recurring event?

I have tried the ‘Set/Cancel recurring event’ option with the frequency of ‘none’ but that doesnt seem to cancel them?
I have a backend API workflow that passes in the thing to cancel.


but when i run it and check the schdeluer it is still there ?

(side question: how can i differentiate between the scheduled events like give more attributes so i can reference it ?)

from
romanmg

Aug 2018

To cancel a recurring even, you want to trigger the same action that you used to set it (set/cancel recurring event) and set the frequency to “none.” That’s the only method!

So, you just need a trigger for the canceling action. For example, when a user cancels their subscription or downgrades.

This topic was automatically closed after 70 days. New replies are no longer allowed.