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: fix bug

authored by

Evan Huang and committed by
GitHub
4bfb625f 78ed43ca

+1
+1
app/(app)/app/page.tsx
··· 1 + import * as React from 'react' 1 2 import Calendar from "@/components/Calendar" 2 3 import { useIsMobile } from "@/hooks/use-mobile" 3 4