Select the types of activity you want to include in your feed.
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
···1313import EventDialog from "./EventDialog"
1414import Settings from "./Settings"
1515import { translations, useLanguage } from "@/lib/i18n"
1616-import { checkPendingNotifications, clearAllNotificationTimers, type NOTIFICATION_SOUNDS } from "@/utils/notifications"
1616+import { checkPendingNotifications, clearAllNotificationTimers, type NOTIFICATION_SOUNDS } from "@/lib/notifications"
1717import EventPreview from "./EventPreview"
1818import { useLocalStorage } from "@/hooks/useLocalStorage"
1919import { useCalendar } from "@/contexts/CalendarContext"