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

Use Thunderbird calendar reply address when creating invitations, not the nextcloud email user email address #27201

Closed
Findebug opened this issue Mar 18, 2019 · 10 comments · Fixed by #31029
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: caldav Related to CalDAV internals feature: dav feature: emails

Comments

@Findebug
Copy link

Is your feature request related to a problem? Please describe.
I have a "work" calendar and a "home" calendar on the same nextcloud user accounts.
In Thunderbird the user can select work email as the reply address for work calendar invites and their home email address as the reply address for calendar invites from the "home" calendar. However when an ivitation is created on Thunderbird, nextcloud overwrites the reply addreses with the nextcloud user email address.

Describe the solution you'd like
If a user creates a meeting invite on their "work" calendar, Nextcloud should set the reply address to the work calendar email address specified in Thunderbird
If a user creates a meeting invite on their "home" calendar, Nextcloud should set the reply address for the invite as the home calendar email address specified in Thunderbird

Describe alternatives you've considered
I guess an work around would be to set up two accounts for each user, one for work, one for home, but I would prefer to only have one account to manage per user.

@mlegner
Copy link

mlegner commented Dec 6, 2019

I'm experiencing the same issue and would be interested in @Findebug's proposed solution.

@biva
Copy link

biva commented Dec 16, 2019

Isn't it a duplicate of #5080 ?

@Findebug
Copy link
Author

Looks similar, probably related. However slight difference is I'm creating the invite from Thunderbird, not Nextcloud. Nextcloud then overwrites the email reply address that is set in the Thunderbird calendar with the nextcloud email address. I would like it to keep the Thunderbird email address

@szaimen szaimen transferred this issue from nextcloud/server May 28, 2021
@tcitworld tcitworld transferred this issue from nextcloud/calendar May 28, 2021
@tcitworld

This comment has been minimized.

@szaimen szaimen added 1. to develop Accepted and waiting to be taken care of enhancement feature: dav feature: emails labels May 28, 2021
@tcitworld
Copy link
Member

From what I can read in https://datatracker.ietf.org/doc/html/rfc6638 it would require the alternative email to be registered in Nextcloud for the invites to be sent. We need to expose it in calendar-user-address-set.

@szaimen
Copy link
Contributor

szaimen commented May 28, 2021

  • Have a way to provide more alternative emails in Nextcloud

Gets currently addressed in #26866, afaics.

@tcitworld
Copy link
Member

Basically it's easier if you select « Choose client side-scheduling » in the Thunderbird calendar's properties, then TB does the sending for you and Nextcloud isn't involved.

@tcitworld
Copy link
Member

@szaimen Thanks for the link, that's a nice surprise.

@distefam
Copy link

distefam commented Feb 5, 2022

It seems that this issue is affecting invites created from iOS and macOS calendars as well.

tcitworld added a commit that referenced this issue Feb 5, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit that referenced this issue Feb 5, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
@tcitworld
Copy link
Member

If you have the opportunity, please give #31029 a try (should apply to NC 23+ without too much conflicts). When using Thunderbird, make sure the organizer is correctly set to your secondary email in the attendees panel (it seems it doesn't always follow what's set in the calendar properties).

tcitworld added a commit that referenced this issue Feb 15, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit that referenced this issue Mar 31, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit that referenced this issue May 12, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit that referenced this issue May 12, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit that referenced this issue May 16, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tcitworld added a commit that referenced this issue May 17, 2022
This allows iMip invitations to be send with an alternative email as
"Reply-To" field.

Closes #27201

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: caldav Related to CalDAV internals feature: dav feature: emails
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants