-
-
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
CalDAV Mail Invitations: Bogus Invite/Accept upon deleted person #11230
Comments
GitMate.io thinks possibly related issues are #8766 (Caldav ), #9942 (Include accept / decline links in CalDAV invitation emails), #2338 (Accept calendar invitation directly in the invitation email ), #2855 (Invitation send to attendees upon calendar import (also for past events)), and #6092 (Cant delete Folder). |
cc @georgehrke |
Note: This is true for any iMip cancel message, which is not only triggered by deleting an invitee from an event, but also from deleting the event. |
Also, the email says "The meeting <title> with <organizer> was canceled." That is not the semantics of an iTip CANCEL message. It should say that the invitation was withdrawn/canceled for the recipient (the meeting itself may or may not have been canceled, or the recipient may have been removed from the attendee list by the organizer). Also meetings are not necessarily with the organizer, they are by the organizer. Person A can organize a meeting between person B and person C. Better: "The invitation for <title> by <organizer> has been canceled." Also, using inward (German) »guillemets« in the default English text around meeting titles is a problem, since they are not used in English. English uses super-scripted “double quotes”. |
Fix Issue #11230 Only present accept/decline button links in iMip mail for REQUEST, not CANCEL or others. Fix Issue #12156 Implement config setting "dav.invitation_link_recipients", to control which invitation recipients see accept/decline button links. The default, for public internet facing servers, is to always include them. For a server on a private intranet, this setting can be set to the email addresses or email domains of users whose browsers can access the nextcloud server referenced by those accept/decline button links. It can also be set to "false" to exclude the links from all requests. Signed-off-by: Brad Rubenstein <brad@wbr.tech>
Fix Issue #11230 Only present accept/decline button links in iMip mail for REQUEST, not CANCEL or others. Fix Issue #12156 Implement config setting "dav.invitation_link_recipients", to control which invitation recipients see accept/decline button links. The default, for public internet facing servers, is to always include them. For a server on a private intranet, this setting can be set to the email addresses or email domains of users whose browsers can access the nextcloud server referenced by those accept/decline button links. It can also be set to "false" to exclude the links from all requests. Signed-off-by: Brad Rubenstein <brad@wbr.tech>
Fixed in #12392 |
A cosmetic issue
Steps to reproduce (I did via caldav Apple Calendar on Mac)
2b. Accept/Decline by that person.
The following is what that person A gets in an email.
Expected behaviour
Just a note the person has been kicked out
Actual behaviour
The note, plus:
Additionally there are still the the "Accept" "Decline" Buttons.
Server configuration
NC 14.0.0
The text was updated successfully, but these errors were encountered: