calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Shared cancelled event does not propagate to attendees

Open phantom943 opened this issue 6 months ago • 2 comments

Steps to reproduce

  1. Create a calendar C by user U1
  2. Share calendar C with users U2 and U3 in sharing options
  3. (as user U2) Create event E in calendar C, inviting user U3
  4. (as user U2) Delete/cancel event E in calendar C
  5. (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.

phantom943 avatar Jun 11 '25 14:06 phantom943

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.

istvandbsd avatar Nov 11 '25 19:11 istvandbsd

You can already use NC_* envs, see https://github.com/nextcloud/docker/issues/2226

J0WI avatar Nov 25 '25 22:11 J0WI