Agenda
Last updated
Was this helpful?
Defaults and behaviour of the Agenda tool (calendar / events).
Access these settings under Administration > Configuration settings > Agenda. This category contains 11 settings, listed below with the title and comment shipped in the platform's settings fixtures (SettingsCurrentFixtures.php).
The variable name in code is shown in monospace. Use it when scripting via the API or when you need to change those settings at a global level by editing
config/settings_override.yaml.
agenda_colorsAgenda colours
Set HTML-code colours for each type of event to change the colour when displaying the event.
agenda_legendAgenda colour legends
Add a small text as legend describing the colours used for the events.
agenda_on_hover_infoAgenda hover info
Customize the agenda on cursor hovering. Show agenda comment and/or description.
agenda_reminders_sender_idID of the user who officially sends the agenda reminders
Sets which user appears as the sender of agenda reminder emails.
Default: 0
allow_agenda_edit_for_hrmAllow HRM role to edit or delete agenda events
This gives the HRM a little more power by allowing them to edit/delete agenda events in the course-session.
Default: false
allow_careers_in_global_agendaLink global calendar events with careers and promotions
When enabled, global calendar events can be associated with careers and promotions, allowing targeted scheduling.
Default: false
allow_personal_agendaPersonal Agenda
Can the learner add personal events to the Agenda?
Default: true
default_calendar_viewDefault calendar display mode
Set this to dayGridMonth, basicWeek, agendaWeek or agendaDay to change the default view of the calendar.
Default: month
fullcalendar_settingsCalendar customization
Extra settings for the agenda, allowing you to configure the specific calendar library we use.
personal_agenda_show_all_session_eventsDisplay all agenda events in personal agenda
Do not hide events from expired sessions.
Default: false
personal_calendar_show_sessions_occupationDisplay sessions occupations in personal agenda
When enabled, session schedules and occupations are displayed in users' personal calendars.
Default: false
Last updated
Was this helpful?
Was this helpful?