recurring events #6

Open
opened 2026-04-13 00:55:36 +02:00 by wireva · 5 comments
Owner
No description provided.
wireva added this to the g project 2026-07-07 03:16:30 +02:00
Author
Owner

implemented creation on backend in #cef14838db

implemented creation on backend in #cef14838db
wireva self-assigned this 2026-07-12 01:28:59 +02:00
Author
Owner

TODO:

  • frontend ui for creating recurring events
  • backend logic for editing and deletingrecurring events
  • frontend ui for editing and deleting

The user should be able to edit/delete all in series, only this one (remove from series), all in the future from this (assign new series id to the edited events)

TODO: - [ ] frontend ui for creating recurring events - [ ] backend logic for editing and deletingrecurring events - [ ] frontend ui for editing and deleting The user should be able to edit/delete all in series, only this one (remove from series), all in the future from this (assign new series id to the edited events)
Author
Owner

this probably means the client should send an enum recurringEditStrategy on edit/delete DETACH, DETACH_FUTURE, ALL.

This field should be required when editing events that have a recurringId set.

this probably means the client should send an enum `recurringEditStrategy` on edit/delete DETACH, DETACH_FUTURE, ALL. This field should be required when editing events that have a recurringId set.
Author
Owner

for the frontend, it should ask the user which of the three option they want on save

for the frontend, it should ask the user which of the three option they want on save
Author
Owner

the same goes for deletion. Changing the recurrence rule should not be supported for now (because we do not save it)

the same goes for deletion. Changing the recurrence rule should not be supported for now (because we do not save it)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
wireva/calunder#6
No description provided.