Set RSVP=TRUE for appended attendees

This commit is contained in:
Thomas Bruederli 2014-03-24 09:12:14 +01:00
parent 9762bcae40
commit 8c8d8f2233

View file

@ -2304,6 +2304,7 @@ class calendar extends rcube_plugin
'email' => $sender_identity['email'],
'role' => 'OPT-PARTICIPANT',
'status' => strtoupper($status),
'rsvp' => true,
);
$metadata['attendee'] = $sender_identity['email'];
}