bitte in der /opt/open-xchange/appsuite/apps/io.ox/calendar/freebusy/controller.js in Zeile 261 (bzw. 270) die todayClass von '' auf 'today' ändern, damit in der freebusy/Planung der aktuelle Tag markiert wird.
Danke.
/opt/open-xchange/appsuite/apps/io.ox/calendar/freebusy/controller.js
// create new view
view = calendarViews[mode] = new WeekView({
allowLasso: true,
appExtPoint: 'io.ox/calendar/week/view/appointment',
collection: this.appointments,
keyboard: false,
mode: mode,
refDate: refDate,
showFulltime: false,
todayClass: 'today'
Danke.
/opt/open-xchange/appsuite/apps/io.ox/calendar/freebusy/controller.js
// create new view
view = calendarViews[mode] = new WeekView({
allowLasso: true,
appExtPoint: 'io.ox/calendar/week/view/appointment',
collection: this.appointments,
keyboard: false,
mode: mode,
refDate: refDate,
showFulltime: false,
todayClass: 'today'
Comment