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 readme image

authored by

Evan Huang and committed by
GitHub
d984d07e 68a8b02f

+4 -3
+4 -3
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="/public/Banner-dark.jpg"> 7 - <source media="(prefers-color-scheme: light)" srcset="/public/Banner.jpg"> 8 - <img src="/public/Banner.jpg" alt="Image"> 6 + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/c99309b1-2d7e-45c1-903b-b92505afa406"> 7 + <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/04762323-8bd7-4ced-b68e-45d52102d1f8"> 8 + 9 + <img src="https://github.com/user-attachments/assets/04762323-8bd7-4ced-b68e-45d52102d1f8" alt="Image"> 9 10 </picture> 10 11 11 12 - [Live Product](https://calendar.xyehr.cn)