You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of creating event each day of the week/month have been requested, My question is do we precreate all of them, or do we run a cron that created the needed one at the beginning of the week ?
The text was updated successfully, but these errors were encountered:
I like the idea of a cron job, it sounds like it would be easy to implement since the syntax already exists to express a repetition interval. Maybe a cron job that makes a copy of an existing event x days in advance?
The problem is that this would pollute the existing events, so it might be better to have a single event that can happen on multiple dates instead. Not sure how this could be implemented.
The idea of creating event each day of the week/month have been requested, My question is do we precreate all of them, or do we run a cron that created the needed one at the beginning of the week ?
The text was updated successfully, but these errors were encountered: