Skip to content

Commit 91da66a

Browse files
miaulalalaMichaIng
authored andcommitted
Scheduling plugin not updating responding attendee status take two
Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent c45316f commit 91da66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dav/lib/Controller/InvitationResponseController.php

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

205205
$message = <<<EOF
206206
BEGIN:VCALENDAR

0 commit comments

Comments
 (0)