Hello everyone,
we just released version 2.0.2 of the calendar, which introduces two new configuration options:
- “Limit visible events per view”: This setting allows you to enable / disable the “+2 more” feature. By default it is enabled. Every user can change this on their own.
The admin can change the default to disabled:
occ config:app:set calendar eventLimit --value no
- Slot duration allows you to change the size of one slot. Default is 30 minutes (similar to Calendar 1) Every user can change this on their own.
The admin can change the default to another value with:
occ config:app:set calendar slotDuration --value "00:15:00"
Possible values include:- ‘00:05:00’ for 5 minutes
- ‘00:10:00’ for 10 minutes
- ‘00:15:00’ for 15 minutes
- ‘00:20:00’ for 20 minutes
- ‘00:30:00’ for half an hour
- ‘01:00:00’ for one hour