mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
NOT clear timezone for private events (causes exception in calendar list
view)
This commit is contained in:
parent
4cc1862668
commit
0e60f6ac29
@ -526,6 +526,7 @@ class calendar_bo
|
||||
'id' => $event['id'],
|
||||
'start' => $event['start'],
|
||||
'end' => $event['end'],
|
||||
'tzid' => $event['tzid'],
|
||||
'title' => lang('private'),
|
||||
'participants' => array_intersect_key($event['participants'],array_flip($allowed_participants)),
|
||||
'public'=> 0,
|
||||
|
Loading…
Reference in New Issue
Block a user