-
-
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]: Nextcloud calender reminder & invitation notifications are broken #34499
Comments
Possibly related #34465 |
Definitely related to: nextcloud/calendar#4400 |
Maybe related to #22500 ? (Or the other way around.) |
Hi,
PUT /remote.php/dav/calendars/myuser/personal/38108168-4171-4A8C-B2FC-5639A8D0F7C4.ics Log from 26.0.2 instance when trying to reproduce: PUT /remote.php/dav/calendars/myuser/personal/1F5F1257-B2B9-481C-A28F-B3748EEB9C9E.ics Cheers! |
Just for reference, this still seems to be an issue in Nextcloud 28.0.1 and Calendar v4.6.3 |
I get email notifications reminders for a calendar that I have, but that same calendar shared with others does not send out the email notification reminders that I have set for the events to their emails. I used the impersonate tool to verify that the calendar events and event reminders are all set correctly as well as their emails. Edit: I see that my issue is probably related to #22441 which is still open. Edit 2: No, wait, they do also have edit rights. |
A Little update from my side. I think we should separate reminder notifications and invitations: Invitations @dzatoah wrote: "What should happen: Organizer and invitee get an invitation". Why should the organizer get an invitation? He/she is the organizer. As far as I could see ( Reminders The double reminder problem should already be fixed. @dzatoah wrote:"The reminder is not sent e.g. 5 minutes before but only at the time of the appointment." as well as "reminder notifications are sent only at exact appointment time". Reminders are not sent at the time of the appointment unless such a reminder has been configured. As far as I can tell, this issue can be closed after #50867 and #50868. |
Bug description
The reminder notifications and invitations behaviour is unpredictable and pretty random. Something is definitely broken.
I could reproduce this issue in
Nextcloud 25 RC2
and various older productionNextcloud 24's
Two scenarios:
Send reminder notifications to calendar sharees as well
set tooff
:What should happen with a private calender:
The organizer creates a calendar entry and invites one person.
What should happen with a group calender:
The organizer creates a calendar entry and invites one person.
Send reminder notifications to calendar sharees as well
set toon
:Then everyone in the group will receive a notification even though they are not included in the appointment as a participant. That's how it's intended. (So the principle is correct. So only the invitation is missing here.)
So the boil down the issues:
off
-> double notificationsoff
-> reminder notifications are sent only at exact appointment timeProbably related:
Thanks to @mircokam for spotting this issues.
Steps to reproduce
Expected behavior
.
Installation method
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database engine version
No response
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
No response
What user-backends are you using?
Configuration report
No response
List of activated Apps
.
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: