Open nickvergessen opened 1 year ago
Yes, that would be great! The notifications right now are pretty bare bones and sometimes plain useless as I cant see what another person changed. Having 5 notifications of "Person A changed event X" and trying to figure out what each individual changed is not feasible most of the time.
Having 5 notifications of "Person A changed event X" and trying to figure out what each individual changed is not feasible most of the time.
Well depends of course. In my home usecase the mostlikely thing to change is the time and the starting time is also visible in the notifications, so for me the most important info is there.
But yeah I will look into adding at least the list of changed properties
Hmm actually we don't receive the "before" data in the CalendarObjectUpdatedEvent
event so we can also not diff it :(
Hmm actually we don't receive the "before" data in the
CalendarObjectUpdatedEvent
event so we can also not diff it :(
Well then can't that change? Is it not possible for the server to provide that info?
It would be possible I guess, but required some work on multiple levels and I'm not familiar with that code base
With https://github.com/nextcloud/server/pull/35743#issuecomment-1370556968 it might be possible to improve the update notification to outline what changed (name, time, ...?)