-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Irritating behavior: Reminders get send to all users with write access within a shared group. #31303
Closed
4 of 8 tasks
Labels
Comments
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 24, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Feb 25, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 14, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 14, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 14, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 14, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 15, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 15, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 15, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 15, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 15, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 18, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 21, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 21, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
dzatoah
added a commit
to dzatoah/server
that referenced
this issue
Mar 21, 2022
Signed-off-by: Daniel Teichmann <[email protected]>
ChristophWurst
added a commit
that referenced
this issue
Mar 21, 2022
…nt-reminder-behaviour Fix #31303: Make reminder notification behaviour selectable..
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Firstly, this is a duplicate of nextcloud/calendar#3946. But it fits in this Repo better, since I think the bug lies in the Reminder background job. (Which is in this repo.)
Event reminders are not only sent to the attendees of an event, but to all members of all shared groups which have write access too. This behavior is very confusing for end users.
Steps to reproduce
index.php/settings/users
)[email protected]
[email protected]
index.php/apps/calendar/timeGridWeek/now
)[email protected]
[email protected]
notExpected behavior
[email protected]
,[email protected]
and the calendar owner should get a reminder notification.[email protected]
and[email protected]
should only be able to edit the event and not get a notification, since they're not attendees.So, only the attendees plus the event owner should get a reminder notification.
But I think that some people also want that group members get a notification too, so this behavior should be configurable in the settings.
And I don't think that
write-access
should have something to do with who gets reminder notifications and who don't.Actual behaviour
[email protected]
,[email protected]
,[email protected]
,[email protected]
and the calendar owner get notifications.Also members of groups which don't have write-access don't get reminders!
Possible solution
I imagine a toggle switch in
Settings -> Administration -> Groupware
:"Send reminder notifications to attendees and also shared group members."
Installation method
Manual installation (Cloned git repo)
Operating system
Debian/Ubuntu
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
SQlite
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Additional info
I think the issue lies in this file:
server/apps/dav/lib/CalDAV/Reminder/ReminderService.php
Line 148 in 6ab9a13
The text was updated successfully, but these errors were encountered: