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.

docs: update dark banner image

authored by

Evan Huang and committed by
GitHub
c6a7815b d0ed5768

+1 -1
+1 -1
README.md
··· 3 3 > A privacy-first, weekly-focused open-source calendar built for clarity and control. 4 4 5 5 <picture> 6 - <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/cb179685-f792-42c8-bad8-ef1739659906"> 6 + <source media="(prefers-color-scheme: dark)" srcset="/public/Banner-dark.jpg"> 7 7 <source media="(prefers-color-scheme: light)" srcset="/public/Banner.jpg"> 8 8 <img src="/public/Banner.jpg" alt="Image"> 9 9 </picture>