Issue Description
I create a calendar event and ask someone to join it. The person receives an invite. He/she can accept it both via the stalwart link in the invite-mail and via his/her own calendar via a notification. If the user choses the calendar native way to respond to the event I never have my original calendar event updated with their answer.
My scheduling settings are as follows:
{
"methodResponses": [
[
"x:CalendarScheduling/get",
{
"accountId": "h",
"list": [
{
"enable": true,
"httpRsvpEnable": true,
"httpRsvpLinkExpiry": 7862400000,
"httpRsvpUrl": null,
"autoAddInvitations": true,
"itipMaxSize": 524288,
"maxRecipients": 100,
"emailTemplate": null,
"httpRsvpTemplate": null,
"id": "singleton"
}
],
"notFound": []
},
"0"
]
],
"sessionState": "8b05b3da"
}
The attendee is not in my address book. But I don’t expect this to be an issue because autoAddInvitations is set to true.
Expected Behavior
I expect to have my event updated with their attendance when they respond. Instead it remains showing that they haven’t responded yet.
Actual Behavior
I receive the email response from my attendee, roughly saying: “Accepted: ”. And attached to that mail is an ics file. But the original event is not updated.
The only way I can have the event updated to my agenda is by starting up Thunderbird and then click the button in the response mail to have the event updated: “This message contains a reply to an invitation. ”
Stalwart Version
v0.16.x
Installation Method
Docker
Database Backend
PostgreSQL
Blob Storage
Filesystem
Search Engine
Meilisearch
Directory Backend
Internal
I have reviewed the documentation and FAQ and confirm that my issue is NOT addressed there.
on
I have searched this support forum (open and closed topics) and confirm this is not a duplicate.
on