A simple tool to generate spreadsheet with Person+Calendar data per row - a nice way to track teammates' vacations.
It's based on Qt 5 & QtXlsxWriter, the latter one is included as a submodule - don't forget to update it after cloning:
git submodule init
git submodule update
Notice: QtXlsxWriter has an issue with Qt 5.6. For our case is enough just to comment out the problem method's body.