-
Notifications
You must be signed in to change notification settings - Fork 241
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
Moving events back and forth between calendars causes trash bin conflicts #3325
Comments
Shouldn't this be a server issue then? |
depends on how moving works. I haven't checked the code yet. |
I guess this depends on what is intended here. There are multiple solutions and I am not sure what is the most logical one. My tendency is to say that moving events should not create a trash bin entry, since the event is not deleted. This would restore compatibility with all clients. In that case, it's a Server issue. |
Note that a client which support multiple server connections may also move an event from one calender on one server to another calendar on a completely different server, of which the first server does not know anything. This will look like a "delete" for the first server. I'd vote for allowing to silently overwrite events in the trashbin, which also then restores the events from the trashbin. This will fix the protocol for all clients, I'd presume. |
Moving an event to a different calendar B and back to the original calendar A is broken at the moment, because the original event is still present in calendar A due to how the trash bin works. See nextcloud/tasks#1685 for the original report.
The text was updated successfully, but these errors were encountered: