incubator
incubator copied to clipboard
Create recurring events
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 ?
@altf4arnold @lux1m
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.