I want my users to set up a schedule for their events. It can be one day, or for convenience, I would like to allow them to indicate a repeat event (similar to the destination of Outlook).
Keeping one day will be pretty simple, but how can I save and request a repeat event? I do not need to do it once, because I will just keep it separately, and if they needed another time, I would just create them another event. Therefore, no: every Wednesday at 5 and Thursday at 3.
Examples:
Every monday, tues, wed, thu, fri, every week
Every marriage every week
Every second Tuesday of the month
I asked this a few years ago: How to store and request schedule data? but he used a SQL solution (SQL Server). I want to use Mongo, although the port is in order.
rball source
share