Skip to content

LQR471814/calstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calstats

Visualize how your time is spent.

demo.png

Configuration

// config.json5
[
	{
		server: {
			url: "https://<caldav_server_host>/<username>",
			insecure: true, // enable if you want to ignore SSL issues
			username: "<username>",
			password: "<password>",
		},
		calendars: ["<calendar_name>", ...]
	},
	...
]

Usage

./calstats --config <path/to/config.json5> serve

Build

cd ui && pnpm build
go build

About

Visualize how your time is spent. (With CalDAV support)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors