Topic: Event duration
Hi all,
Newbie on Luxcal, I start discovering this so wonderfull tool.
I had an issue I solved on my first test and just wanna share it
Creating categories, I selected a fixed event duration.
But … Something was wrong with 2h07 duration for 8 hours selected ..
A short brainstorming lead me to MySQL database, bingo !
The field is defined in LuxCal as tinyint and so limited to 127 …
I moved it to smallint and no more issue !
Just in case you encounter same or close trouble.