Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create recurring events #435

Open
Mortinat opened this issue Mar 28, 2023 · 2 comments
Open

Create recurring events #435

Mortinat opened this issue Mar 28, 2023 · 2 comments

Comments

@Mortinat
Copy link
Contributor

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
Copy link
Contributor Author

@altf4arnold @lux1m

@lux1m lux1m changed the title Create recurent event Create recurring events Mar 28, 2023
@lux1m
Copy link

lux1m commented Mar 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants