# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # --
[% Translate("Here you can upload a configuration file to import a calendar to your system. The file needs to be in .yml format as exported by calendar management module.") | html %]
[% Translate("Depending on the group field, the system will allow users the access to the calendar according to their permission level.") | html %]
[% Translate("Read only: users can see and export all appointments in the calendar.") | html %]
[% Translate("Move into: users can modify appointments in the calendar, but without changing the calendar selection.") | html %]
[% Translate("Create: users can create and delete appointments in the calendar.") | html %]
[% Translate("Read/write: users can manage the calendar itself.") | html %]
| [% Translate("Name") | html %] | [% Translate("Group") | html %] | [% Translate("Validity") | html %] | [% Translate("Changed") | html %] | [% Translate("Created") | html %] | [% Translate("Export") | html %] | [% Translate("Download") | html %] | [% Translate("URL") | html %] | |
|---|---|---|---|---|---|---|---|---|
|
|
[% Data.CalendarName | html %] | [% Data.Group | html %] | [% Translate(Data.Valid) | html %] | [% Data.ChangeTime | html %] | [% Data.CreateTime | html %] | [% Translate("Export calendar") | html %] | # Use ampersands (&) instead of semicolons (;) for URL parameter delimiter. This has better compatibility with different # calendar implementations and will prevent them from re-encoding the query string and essentially strip the data. # Please see bug#12667 for more information. [% Translate("Download calendar") | html %] | |
| [% Translate("No data found.") | html %] | ||||||||
| [% Translate("No matches found.") | html %] | ||||||||