Wcal 2.5 documentation

Changing events precision

The events precision is defined in a wcal.def file located at the same place as wcal.conf. The file contains two lines:
  1. the first line contains the events base unit (expressed in minutes)
  2. the second line contains the default events length (expressed in number of base units)

By default, the file contains:

15
4
which means that you can have an event every 15 minutes and that the default length is 15 x 4 = 60 minutes (1 hour).

The base unit must be a divider of 60 (1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30). For example, you can have a wcal.def file laike this:

5
6
which means that you can have an event every 5 minutes and that the default length is 5 x 6 = 30 minutes.
Back to the Wcal main page