Shared cancelled event does not propagate to attendees
Steps to reproduce
- Create a calendar C by user U1
- Share calendar C with users U2 and U3 in sharing options
- (as user U2) Create event E in calendar C, inviting user U3
- (as user U2) Delete/cancel event E in calendar C
- (as user U3) Observe as the event E is NOT deleted/not marked as cancelled in personal calendar of user U3.
Expected behavior
Event E is deleted from both calendar C and personal calendar of U3 (or deleted from calendar C and marked as cancelled in personal calendar of U3)
Actual behavior
Event E is only deleted from calendar C
Calendar app version
5.3.2
CalDAV-clients used
Thunderbird/Nextcloud UI
Browser
Firefox
Web server
Apache
Database engine version
PostgreSQL
Nextcloud version
Nextcloud Hub 9 (30.0.10)
Updated from an older installed version or fresh install
Updated from an older version
Additional info
Interestingly, updates to event times ARE indeed pushed down to the personal calendar of user U3. It's only the deletes that are not pushed.
Second this - I run Nextcloud in Nomad and even the DB host/port changes dynamically, as the preferred configuration assigns ports on the host in a non-fixed manner.
Thanks for the manual getenv idea though, that's a good workaround for now.
You can already use NC_* envs, see https://github.com/nextcloud/docker/issues/2226