Skip to content
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

Get participant language and save it, so that invitation emails are sent with the correct language #3414

Closed
PVince81 opened this issue Aug 16, 2021 · 2 comments · Fixed by #3415
Labels
3. to review Waiting for reviews bug Feature: Scheduling Anything around scheduling meetings, free-busy, resources, attendees and so on

Comments

@PVince81
Copy link
Member

PVince81 commented Aug 16, 2021

Steps

  1. Have two users Alice and Bob
  2. Login as "Alice"
  3. Set the language to French "fr_FR" in the personal setting
  4. Create a calendar event
  5. Go to participants
  6. Add user "Bob" as participant
  7. Save the event
  8. Check email for Bob

Expected result

Email received by Bob is in English.

Actual result

Email received by Bob is in French.

Version

The one on c.nc.com

@PVince81 PVince81 added bug 0. to triage Pending approval or rejection labels Aug 16, 2021
@tcitworld
Copy link
Member

The server respects the attendee LANGUAGE properly so the issue is that the attendee dav search doesn't ask (in propfind) & return (no support from server anyway) the user language. The attendee contacts API search seems to have the contact language set properly.

@tcitworld
Copy link
Member

@tcitworld tcitworld added 1. to develop Accepted and waiting to be taken care of Feature: Scheduling Anything around scheduling meetings, free-busy, resources, attendees and so on and removed 0. to triage Pending approval or rejection labels Aug 16, 2021
@tcitworld tcitworld changed the title Invitation email must be in the language of the recipient, not sender Get participant language and save it, so that invitation emails are sent with the correct language Aug 16, 2021
tcitworld added a commit that referenced this issue Aug 16, 2021
Closes #3414

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
@tcitworld tcitworld added 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Feature: Scheduling Anything around scheduling meetings, free-busy, resources, attendees and so on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants