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:update

authored by

Evan Huang and committed by
GitHub
825098d9 7f0a5c0b

+1
+1
app/api/blob/route.ts
··· 8 8 9 9 const pool = new Pool({ 10 10 connectionString: process.env.POSTGRES_URL, 11 + ssl: { rejectUnauthorized: true } 11 12 }); 12 13 13 14 let inited = false;