Skip to content

Commit

Permalink
Scheduling plugin not updating responding attendee status take two
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <anna@nextcloud.com>
  • Loading branch information
miaulalala authored and kesselb committed Oct 8, 2021
1 parent 1ea5983 commit 35be21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Controller/InvitationResponseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private function buildITipResponse(array $row, string $partStat, int $guests = n
$iTipMessage->method = 'REPLY';
$iTipMessage->sequence = $row['sequence'];
$iTipMessage->sender = $row['attendee'];
$iTipMessage->recipient = $row['organizer'];
$iTipMessage->recipient = $row['attendee'];

$message = <<<EOF
BEGIN:VCALENDAR
Expand Down

0 comments on commit 35be21d

Please sign in to comment.