One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: a bug in config

authored by

Evan Huang and committed by
GitHub
e1d88ce9 a52c5dca

+1 -1
+1 -1
package.json
··· 10 10 "prepare": "husky", 11 11 "lint": "eslint . --fix", 12 12 "lint:check": "eslint . --max-warnings=0", 13 - "type-check": "tsc --noEmit" 13 + "type-check": "tsc --noEmit", 14 14 "generate:locales": "bun lib/gen-locales.mjs", 15 15 "generate:oauth-metadata": "bun lib/gen-oauth-metadata.mjs" 16 16 },