mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Clarify iCal file export TZ option
This commit is contained in:
parent
d3ad7cae78
commit
ae0bd0a0b7
@ -431,10 +431,10 @@ class calendar_hooks
|
||||
),
|
||||
'export_timezone' => array(
|
||||
'type' => 'select',
|
||||
'label' => 'Timezone of event exports',
|
||||
'label' => 'Timezone of event iCal file import/export',
|
||||
'name' => 'export_timezone',
|
||||
'values' => $export_tzs,
|
||||
'help' => 'Use this timezone to export calendar data.',
|
||||
'help' => 'Use this timezone to import/export calendar data.',
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default' => '0', // Use event's TZ
|
||||
|
Loading…
Reference in New Issue
Block a user