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.

Update Calendar.tsx

authored by

Evan Huang and committed by
GitHub
2a4d61e8 76849e0f

+1 -1
+1 -1
components/Calendar.tsx
··· 13 13 import EventDialog from "./EventDialog" 14 14 import Settings from "./Settings" 15 15 import { translations, useLanguage } from "@/lib/i18n" 16 - import { checkPendingNotifications, clearAllNotificationTimers, type NOTIFICATION_SOUNDS } from "@/utils/notifications" 16 + import { checkPendingNotifications, clearAllNotificationTimers, type NOTIFICATION_SOUNDS } from "@/lib/notifications" 17 17 import EventPreview from "./EventPreview" 18 18 import { useLocalStorage } from "@/hooks/useLocalStorage" 19 19 import { useCalendar } from "@/contexts/CalendarContext"