Select the types of activity you want to include in your feed.
[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
···11import { type NextRequest, NextResponse } from 'next/server'
22import { withEvlog, useLogger, getAuditActor } from '@/lib/evlog'
33-import { getServerSession } from '@/lib/auth-server'
33+import { getServerSession } from '@/lib/auth/server'
44import crypto from 'crypto'
55import { db } from '@/lib/drizzle/client'
66import { shares } from '@/lib/drizzle/schema'
···11import { type NextRequest, NextResponse } from 'next/server'
22import { withEvlog, useLogger, getAuditActor } from '@/lib/evlog'
33-import { getServerSession } from '@/lib/auth-server'
33+import { getServerSession } from '@/lib/auth/server'
44import crypto from 'crypto'
55import { db } from '@/lib/drizzle/client'
66import { shares } from '@/lib/drizzle/schema'