Core → AppointmentCalendar

AgentAppointmentEdit::Location::Link###1-GoogleMaps

定义一个图标,链接预约编辑屏幕中的当前位置到谷歌地图页面。

默认值:

---
CSSClass: GoogleMaps
IconName: fa-globe fa-lg
Target: _blank
Text: Location
URL: http://maps.google.com/maps?z=7&q=

AppointmentCalendar::CalendarColors

在创建日历时可用于选择的16进制RGB颜色列表。请使用足够深色的颜色,以确保能够显示上面白色的文本。

默认值:

---
- '#000000'
- '#1E1E1E'
- '#3A3A3A'
- '#545453'
- '#6E6E6E'
- '#878687'
- '#888787'
- '#A09FA0'
- '#B8B8B8'
- '#D0D0D0'
- '#E8E8E8'
- '#FFFFFF'
- '#891100'
- '#894800'
- '#888501'
- '#458401'
- '#028401'
- '#018448'
- '#008688'
- '#004A88'
- '#001888'
- '#491A88'
- '#891E88'
- '#891648'
- '#FF2101'
- '#FF8802'
- '#FFFA03'
- '#83F902'
- '#05F802'
- '#03F987'
- '#00FDFF'
- '#008CFF'
- '#002EFF'
- '#8931FF'
- '#FF39FF'
- '#FF2987'
- '#FF726E'
- '#FFCE6E'
- '#FFFB6D'
- '#CEFA6E'
- '#68F96E'
- '#68FDFF'
- '#68FBD0'
- '#6ACFFF'
- '#6E76FF'
- '#D278FF'
- '#FF7AFF'
- '#FF7FD3'

AppointmentCalendar::CalendarLimitOverview

日历概览屏幕能激活的日历最大数。请注意:大量的激活日历会对服务器产生太多的同步调用,可能会有性能影响。

默认值:

--- '10'

AppointmentCalendar::Import::RecurringMonthsLimit

OTRS不支持对没有结束日期或没有重复次数的预约做循环处理。在导入过程中,可能有ICS文件包含了此类预约。作为替代,系统将所有的此类预约创建为已过去的预约,然后加上接下来的N个月(默认120个月或10年)的重复预约。

不能使这个设置失效。

默认值:

--- '120'