mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Scheduling plugin not updating responding attendee status take two
Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
parent
1ea5983568
commit
35be21dbb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue