diff options
author | Anna Larch <anna@nextcloud.com> | 2021-09-29 17:32:13 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2021-10-08 16:35:31 +0200 |
commit | 35be21dbb7d3f32405c9813694ad61c2393114d8 (patch) | |
tree | 1bc8c38afc2fc78c9f9aa394a72aedaceaa051c8 /apps/dav/lib/Controller | |
parent | 1ea5983568dc99aa80e52f18837629d137b8a03c (diff) | |
download | nextcloud-server-35be21dbb7d3f32405c9813694ad61c2393114d8.tar.gz nextcloud-server-35be21dbb7d3f32405c9813694ad61c2393114d8.zip |
Scheduling plugin not updating responding attendee status take two
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'apps/dav/lib/Controller')
-rw-r--r-- | apps/dav/lib/Controller/InvitationResponseController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Controller/InvitationResponseController.php b/apps/dav/lib/Controller/InvitationResponseController.php index f6923152dce..9dbe43199d8 100644 --- a/apps/dav/lib/Controller/InvitationResponseController.php +++ b/apps/dav/lib/Controller/InvitationResponseController.php @@ -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 |