-
Notifications
You must be signed in to change notification settings - Fork 262
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
Allow replying with an iMIP message to email invitations #6803
Comments
Isn't this effectively a duplicate? Let's merge the tickets |
No? This is part of what we discussed and only contains a specific part of what is neccessary to make iMIP work? |
Alright, then I misunderstood. #160 is listed as problem description, so I (wrongly) figured it's about the same thing. |
Am I understanding correctly that #160 is purely about rendering the invitation (without actions) and this ticket will build on top and add the actions that send the reply? |
Yeah I would take 160 as the ticket for the first part of the implementation, displaying the iMIP messages. Are you ok with that? |
#160 title updated |
@st3iny unfortunately special chars are broken for the invitation display at the moment: Emojis too. |
If I create an event in a Google Calendar or some other external calendaring app and I invite a Nextcloud user by using his email, he receives the invitation in his Nextcloud Mail App, and he can accept it. The event go to his Nextcloud Calendar. That works. |
For me the bug is still present : external organizers (for example with Google Calendar users) are never notified when you accept/decline an external invitation in "Nextcloud Mail", and same problem if you accept/decline in "Nextcloud Calendar". Nextcloud should send an iMIP message (with iCal attachment reflecting the response). This is a significant bug because an external organizer never know if I have accepted or I have declined the invitation… or I didn't respond to the invitation! |
It's now fixed for Calendar in Nextcloud 29.04 and 28.08, and in Mail 3.7.8. |
Is your feature request related to a problem? Please describe.
See #160
Describe the solution you'd like
Backend:
- -[ ]create api endpoint that creates an iMIP compatible email that is sent when clicking Accept, Decline, etc (REPLY). Should allow passing of params PARTSTAT, guests, comments, etc. See RFC for more details on what exactly is needed.This is not neccesary as CalDAV already sends such an email.
Frontent:
There might be a Reply-To email address in the invitation. This has to be respected as the newto:
email address.thi is not relevant for replies
The text was updated successfully, but these errors were encountered: