-
Notifications
You must be signed in to change notification settings - Fork 243
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
Event updates via mail only sent when date/time changes #4428
Comments
This could be seen as a sub task of #3919 |
This is #848 (comment) (which we could reopen instead) |
This relies on a significant change being detected. The detection happens inside the iTip\Broker class and is Sabre code (parseEventForOrganizer). Sabre strictly uses the definitions from the RFC to enforce a significant change update. It might be possible to increase the sequence number - I'm not 100% but that might force Sabre to detect a significant change and regenrate the notification emails. |
https://github.com/nextcloud/3rdparty/blob/master/sabre/vobject/lib/ITip/Broker.php#L69 should be extended by the properties |
…tic significance evaluation fixes nextcloud#41084 , nextcloud/calendar#4428 , nextcloud/calendar#848 (presumably closed prematurely), nextcloud#5222 and nextcloud/calendar#5744 Signed-off-by: Robert C. Schaller <[email protected]>
Steps to reproduce
Expected behavior
Mail notification should have been sent to participants
Actual behaviour
Notification is only sent when changing date / time of the event and not when changing, for example, the description of the event.
Calendar app version
3.4.2
CalDAV-clients used
TB 102.1.2
Browser
N/A
Client operating system
OSX 12.4
Server operating system
Bullseye
Web server
Apache
Database engine version
PostgreSQL
PHP engine version
PHP 7.4
Nextcloud version
24.0.4
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
Nextcloud configuration
Web server error log
Log file
Browser log
No response
Additional info
Is the above intended behaviour?
More info can be provided - please detail requirements.
The text was updated successfully, but these errors were encountered: