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

[Feature] Allow Creation of Recurring Calendar Events #293

Open
CommanderStorm opened this issue Oct 19, 2024 · 2 comments
Open

[Feature] Allow Creation of Recurring Calendar Events #293

CommanderStorm opened this issue Oct 19, 2024 · 2 comments
Labels
enhancement Enhancement of existing feature feature New feature good first issue Good for newcomers help wanted Extra attention is needed open

Comments

@CommanderStorm
Copy link
Member

CommanderStorm commented Oct 19, 2024

Is your feature request related to a problem? Please describe.

In a calendar, there are two kinds of events:

  • recurring
  • once-off

Currently, we display both the recurring and once-off events, but only allow the creation of the once-off events

Describe the solution you'd like

Allow the creation of recurring events (weekly, biweekly, monthly, or semesterly).

Additional context

If someone wants to tackle this, we would love a contribution to this.
The lead for the Campus app is @jakobkoerber and I would like to enable you to implement this feature
⇒ feel free to ping either me or Jakob if you have any questions, are stuck, ...

@CommanderStorm CommanderStorm added enhancement Enhancement of existing feature good first issue Good for newcomers help wanted Extra attention is needed feature New feature open labels Oct 19, 2024
@CommanderStorm CommanderStorm changed the title [Feature] Recurring events [Feature] Allow creating recurring calendar events Oct 19, 2024
@jakobkoerber jakobkoerber changed the title [Feature] Allow creating recurring calendar events [Feature] Allow Creation of Recurring Calendar Events Oct 22, 2024
@kordianbruck
Copy link
Member

Unfortunately the API that I wrote is a bit fugly. So it might need some adaptations or we "hack around it" by just creating 10 individual events for example.

@jakobkoerber
Copy link
Member

Unfortunately the API that I wrote is a bit fugly. So it might need some adaptations or we "hack around it" by just creating 10 individual events for example.

We should definitely adapt the API endpoints before sending potentially up to hundred requests at the same time 😅 or we really have to limit the functionality. The TUMonline frontend already supports daily or weekly repeating calendar entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing feature feature New feature good first issue Good for newcomers help wanted Extra attention is needed open
Projects
None yet
Development

No branches or pull requests

3 participants