-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
May be related to #29620.
- When an organizer deletes an event in the nextcloud calendar app, the DAV server sends an iMIP CANCEL message that does not contain STATUS:CANCELLED as required by RFC 5546 3.2.5:
- When an organizer removes an attendee from an event in the nextcloud calendar app, the DAV server correctly sends a CANCEL message without including STATUS. However, the content of the email message incorrectly says,
Subject: Cancelled: {eventtitle}
{eventtitle} has been canceled.
when it should say something like (since the event is still occurring, but the addressee has been disinvited):
Subject: Invitation Withdrawn: {eventtitle}
This invitation to {eventtitle} has been withdrawn.
(That seems a little less abrubt than the equally accurate "You've been disinvited.")
Also, the spelling of "canceled" is inconsistent - in EN-US it should be "canceled", and in EN-UK it should be "cancelled" (even the RFC is inconsistent on this).
Expected behavior
-
The iMIP message sent when the organizer deletes an event should contain both METHOD:CANCEL and STATUS:CANCELLED.
-
The iMIP message sent when the organizer removes an attendee from an event should not state that the event is canceled, it should state that the invitation is withdrawn (or similar).
-
Canceled should be spelled consistently in the iMIP email body and subject line (propose:
canceledfor EN-US andcancelledfor EN-GB)
Nextcloud Server version
28
Metadata
Metadata
Assignees
Labels
Type
Projects
Status