incubator icon indicating copy to clipboard operation
incubator copied to clipboard

Create recurring events

Open Mortinat opened this issue 2 years ago • 2 comments

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 ?

Mortinat avatar Mar 28 '23 15:03 Mortinat

@altf4arnold @lux1m

Mortinat avatar Mar 28 '23 15:03 Mortinat

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.

lux1m avatar Mar 28 '23 16:03 lux1m