Skip to content

🌟 Easier implementation of repeating events #191

@richard-lee-863

Description

@richard-lee-863

Is your feature request related to a problem? Please describe.
If we need to create a regular, re-occurring event. Say for instance, an event that runs every Tuesday and Thursday night, every week, between a start and end date.
It seems currently to do that we'd have to set up a single event, with all ticketing, and then duplicate that from Tuesday to Thursday, then again duplicate for each individual date required.

Describe the solution you'd like
An easier way to manage this might be to have a scheduling system where you can automatically have events 'renew' or get duplicated when the old one expires, so that manual duplication is not required.

Describe alternatives you've considered

Additional context
It would also be nice to have a clear way to define event instances that might link to a common "Type" of event, sort of like an "event template".
For example, in my repeating example above, that could be a pub quiz where ticketing and times etc.. is always the same, the only thing that changes is the dates. So you wouldn't necessarily need all the overhead of more ticketing etc.. being duplicated, if it can link to a "template"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions