Scheduling plugin not updating responding attendee status take two

Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
Anna Larch 2021-09-29 17:32:13 +02:00 committed by Daniel Kesselberg
parent 1ea5983568
commit 35be21dbb7
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -198,7 +198,7 @@ class InvitationResponseController extends Controller {
$iTipMessage->method = 'REPLY';
$iTipMessage->sequence = $row['sequence'];
$iTipMessage->sender = $row['attendee'];
$iTipMessage->recipient = $row['organizer'];
$iTipMessage->recipient = $row['attendee'];
$message = <<<EOF
BEGIN:VCALENDAR