Scenario: let's suppose I am a social worker, and I want to organize events at specific at 1st dates of every month and at a particular time throughout the whole year,
Now node Cron can Solve this issue of generating the event recursively at a specified date and time. But The Problem is I want my fellow/participants to make the booking first to join the event; let's suppose Ali can join the event on the 1st of Jan, but he isn't available on the 1st of Feb, So Ali needs to make the booking for specified Dates when he can join the event so that I can send the reminder to Ali about the event before 15 min event started,
So I'm Just stuck in extracting the recursive date. Can we pull out the recursive date from node-cron, or is there any way to handle booking? Generating the event only isn't a problem, but booking needs a recursive date.