Improve invitation RSV display
This commit is contained in:
parent
42232e4c0a
commit
abee674da6
1 changed files with 2 additions and 2 deletions
|
@ -632,7 +632,7 @@ class calendar extends rcube_plugin
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if ($status != 'NEEDS-ACTION')
|
||||
$action = 'import';
|
||||
|
||||
if (in_array($status, array('ACCEPTED','TENTATIVE','DECLINED'))) {
|
||||
|
@ -1646,7 +1646,7 @@ class calendar extends rcube_plugin
|
|||
));
|
||||
|
||||
// check my status
|
||||
$status = 'NEEDS-ACTION';
|
||||
$status = 'unknown';
|
||||
foreach ($event['attendees'] as $i => $attendee) {
|
||||
if ($attendee['email'] && in_array($attendee['email'], $emails)) {
|
||||
$status = strtoupper($attendee['status']);
|
||||
|
|
Loading…
Add table
Reference in a new issue