Force some properties of recurring event instances (#4446)
This commit is contained in:
parent
b4bcf723e5
commit
15827ec2b5
1 changed files with 3 additions and 0 deletions
|
@ -1231,6 +1231,9 @@ class calendar extends rcube_plugin
|
|||
// add recurring instances
|
||||
if (!empty($event['recurrence'])) {
|
||||
foreach ($this->driver->get_recurring_events($event, $event['start']) as $recurring) {
|
||||
$recurring['temporary'] = true;
|
||||
$recurring['readonly'] = true;
|
||||
$recurring['calendar'] = '--invitation--itip';
|
||||
$events[] = $this->_client_event($recurring, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue