-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cancelling an event via Status Dropdown doesn't send iMIP CANCEL request #46719
Comments
To add to the confusion: if only the even status changed, it will show the SUMMARY (title) as changed. |
The issue is that modifying the state is not actually sending a CANCEL but a REQUEST. |
This is what happens when the status is used.
Issue is with the iTipBroker its generating a request instead of a cancelled message. |
Tested a fix. The change required is in the Sabre\VObject\ITip\Broker:506, currently there is no test for events with a CANCELLED status property...
changing this to...
Fixes the issue and generates proper CANCEL messages. |
Upstream PR: sabre-io/vobject#669 |
Fix has been released in https://github.com/sabre-io/vobject/releases/tag/4.5.6 |
Confirmed fixed with #48583 iTip messages are now generated when changing the event STATUS to CANCELLED. |
Bug description
The email notification for an event that was cancelled only says that the event was updated, it does not show the status "cancelled". Thus the email looks as if some other attribute (e.g. the time) was changed, which is confusing.
Steps to reproduce
Expected behavior
The email notification should tell me that the event was cancelled.
Installation method
None
Nextcloud Server version
29 (29.0.4.1 on c.nc.com)
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: