[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.

One-Calendar / vercel.json
96 B 8 lines
1{ 2 "crons": [ 3 { 4 "path": "/api/blob/check", 5 "schedule": "0 0 * * *" 6 } 7 ] 8}