mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"setting tzid from user prefs for new entries"
This commit is contained in:
parent
bacca46078
commit
e9e7ad77b6
@ -143,6 +143,7 @@ class calendar_uiforms extends calendar_ui
|
||||
'owner' => $owner,
|
||||
'start' => $start,
|
||||
'end' => $start + (int) $this->bo->cal_prefs['defaultlength']*60,
|
||||
'tzid' => $this->bo->common_prefs['tz'],
|
||||
'priority' => 2, // normal
|
||||
'public'=> $this->cal_prefs['default_private'] ? 0 : 1,
|
||||
'alarm' => array(),
|
||||
|
Loading…
Reference in New Issue
Block a user