Hey @xrossglobalgroup,
Unfortunately there is no simple way to do this, or nothing built into our plugins by default π
It’s something we’re trying to come up with a solution for, because this would be quite handy for a number of things, but at this time the best thing you could do here would be to write custom code on your site using WP_Cron(), which generates Cron jobs βΒ on the running of these jobs, you could check if a given event has passed or not, and then do certain things there based on whether the event is passed or not.
These are customizations that we would unfortunately not be able to help with, but to get started, if you’re curious, you can read about WP_Cron here β https://codex.wordpress.org/Function_Reference/wp_cron
Let me know if this helps or if you have any other questions!
Thanks,
George