-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Upon accepting an e-mail (ICS) calendar invite from Gmail through Thunderbird, the calendar entry is added but the RSVP e-mail is never sent #38055
Comments
#33188 describes what happens to me, except I tested that changing the attendance from Thunderbird — once the event has entered the calendar — does in fact send notifications (and doing the same through the Nextcloud Web calendar does not). |
I've also confirmed that accepting the invite through Etar (which is backed by DavX5) also never sends calendar attendance information back to the sender through Nextcloud. Same goes with Simple Calendar by Tibor Kaputa. Neither offer options to change one's attendance, nor to send that information back to the organizer (via Nextcloud or otherwise). |
Effectively, the feature should be that Nextcloud does the scheduling when events are added and RSVP status is changed. That way, any invitations received can be added with any mail client to any calendaring suite, and the mail client does not need to send scheduling-related e-mails. Note that this would probably require the user to input his e-mail server and credentials in Nextcloud user settings, so that Nextcloud can send e-mail on his behalf. |
Same issue is reported here as well: #38651 |
Slightly different issue but related. |
Fixed with #44893 |
Bug description
When I open an e-mail with an invite from a Gmail user (not tested with other calendaring systems), the top blue bar of the message gives me options to accept, tentative or decline (pretty much standard).
If I hit accept, or tentative, nothing is sent back to the user, although the entry is in fact created, with the correct status on the Nextcloud Web calendar (it shows as accepted or tentative based on what I selected on Thunderbird). As a consequence of the acceptance / tentative email never being sent, people inviting me to events never get an update and therefore never know if I am attending or not.
For Nextcloud to actually send a notification, I must then open the calendar entry on Thunderbird and change its status from tentative to accepted, or from accepted to tentative -- then, and only then, the Nextcloud server will deign to send e-mail with the updated status.
One final issue which is almost certainly related: if I make the change from accepted to tentative, or from tentative to accepted, through the Nextcloud Web calendar interface, no notification is ever sent to the organizer.
(Client-side scheduling is turned off in Thunderbird.)
Steps to reproduce
Colleague makes calendar entry with me as invitee.
I get email with ICS from his software (Gmail).
I use Thunderbird to accept and thereby register the calendar entry to my Nextcloud calendar.
Expected behavior
I expect Nextcloud to send invitation acceptances as soon as my e-mail client files the event received through e-mail into my calendar (and I am obviously NOT the organizer of the event).
Nextcloud clearly has the ability to do this, since ex-post-facto changing the RSVP status of the event (on Thunderbird) triggers the sending of an e-mail coming specifically from Nextcloud rather than from Thunderbird.
Installation method
Other Community project
Nextcloud Server version
25.0.3
Operating system
RHEL/CentOS
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
There's nothing relevant in the logs about this. I do however confirm that e-mail is not being sent when I was expecting it to be sent, and is being sent in the other cases, because I can see my mail server logs and I can see / fail to see, the e-mails coming into the other person's inbox.
Additional info
No response
The text was updated successfully, but these errors were encountered: