Simple caldav-client to sum up your project hours from a calendar. Built w/ Electron, VueJS and lambdabaa/dav.
- Filter calendar events by name or date
- Exclude single entries from the calculation
- Sort columns
- Multi-language (English, German)
- Export current view as Excel (*.xlsx)
- Auto Updater
Download the latest version on the releases page.
Make sure NodeJS 14.x or 16.x and npm >= 8.9.0 are installed
node -v
npm -v
Clone the repository
git clone https://github.com/dreiekk/calcdav
cd calcdav
Install the dependencies
npm install
npm run electron:serve
npm run electron:build