Skip to content

Commit 21c0460

Browse files
committed
Scheduling plugin not updating responding attendee status take two
Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 5a469f5 commit 21c0460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dav/lib/Controller/InvitationResponseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private function buildITipResponse(array $row, string $partStat, int $guests = n
198198
$iTipMessage->method = 'REPLY';
199199
$iTipMessage->sequence = $row['sequence'];
200200
$iTipMessage->sender = $row['attendee'];
201-
$iTipMessage->recipient = $row['organizer'];
201+
$iTipMessage->recipient = $row['attendee'];
202202

203203
$message = <<<EOF
204204
BEGIN:VCALENDAR

0 commit comments

Comments
 (0)