There should be a simple means to removing events from cron. I think a simple button should do. The only trick is handling recurring events. Typical design patterns for scheduling recurring events will look to see if an event is scheduled and only schedule it if it is not scheduled. We need a good way to handle that scenario.
There should be a simple means to removing events from cron. I think a simple button should do. The only trick is handling recurring events. Typical design patterns for scheduling recurring events will look to see if an event is scheduled and only schedule it if it is not scheduled. We need a good way to handle that scenario.