[READ-ONLY] 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
nextjs
0

Configure Feed

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

chore: update dependencies and docs

+1 -7
-3
README.md
··· 49 49 50 50 - **No AI tracking** – no behavioral profiling or data mining 51 51 - **No analytics by default** – zero third-party tracking scripts 52 - - **End-to-end encryption (E2EE)** – optional encrypted data handling 53 52 - **User-controlled exports** – backup and portability without lock-in 54 53 - **Secure authentication** – hardened session management via Better Auth 55 54 ··· 83 82 | Quick add / natural input | โœ… | โœ… | โš ๏ธ | โœ… | โš ๏ธ | 84 83 | Cloud sync | โœ… | โœ… | โœ… | โœ… | โœ… | 85 84 | Web application | โœ… | โœ… | โš ๏ธ | โœ… | โœ… | 86 - | End-to-end encryption (E2EE) | โœ… | โŒ | โŒ | โŒ | โœ… | 87 85 | Privacy-first architecture | โœ… | โŒ | โš ๏ธ | โŒ | โœ… | 88 86 | No analytics / tracking by default | โœ… | โŒ | โš ๏ธ | โŒ | โœ… | 89 87 | Open-source | โœ… | โŒ | โŒ | โŒ | โš ๏ธ | 90 88 | Self-hostable | โœ… | โŒ | โŒ | โŒ | โŒ | 91 89 | Data export | โœ… | โœ… | โœ… | โœ… | โœ… | 92 90 | ICS import / export | โœ… | โœ… | โœ… | โœ… | โœ… | 93 - | Custom default view | โœ… | โš ๏ธ | โŒ | โš ๏ธ | โš ๏ธ | 94 91 95 92 โš ๏ธ = limited or partial support 96 93
-3
knip.json
··· 2 2 "$schema": "https://unpkg.com/knip@latest/schema.json", 3 3 "ignoreFiles": [ 4 4 "components/app/analytics/events-calendar.tsx", 5 - "components/app/profile/daily-toast.tsx", 6 - "components/auth/oauth-provider-icon.tsx", 7 - "components/landing/pricing-section.tsx", 8 5 "hooks/use-toast.ts", 9 6 "hooks/useMobile.ts", 10 7 "lib/time-analytics.ts",
+1 -1
package.json
··· 1 1 { 2 2 "name": "one-calendar", 3 - "version": "2.5.0", 3 + "version": "2.6.0", 4 4 "private": true, 5 5 "packageManager": "pnpm@11.4.0", 6 6 "scripts": {