mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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(
|
'export_timezone' => array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'label' => 'Timezone of event exports',
|
'label' => 'Timezone of event iCal file import/export',
|
||||||
'name' => 'export_timezone',
|
'name' => 'export_timezone',
|
||||||
'values' => $export_tzs,
|
'values' => $export_tzs,
|
||||||
'help' => 'Use this timezone to export calendar data.',
|
'help' => 'Use this timezone to import/export calendar data.',
|
||||||
'xmlrpc' => True,
|
'xmlrpc' => True,
|
||||||
'admin' => False,
|
'admin' => False,
|
||||||
'default' => '0', // Use event's TZ
|
'default' => '0', // Use event's TZ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user