Set RSVP=TRUE for appended attendees
This commit is contained in:
parent
9762bcae40
commit
8c8d8f2233
1 changed files with 1 additions and 0 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue