recurring events #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
implemented creation on backend in #
cef14838dbTODO:
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)
this probably means the client should send an enum
recurringEditStrategyon edit/delete DETACH, DETACH_FUTURE, ALL.This field should be required when editing events that have a recurringId set.
for the frontend, it should ask the user which of the three option they want on save
the same goes for deletion. Changing the recurrence rule should not be supported for now (because we do not save it)