diff --git a/components/layout/layout-wrapper.tsx b/components/layout/layout-wrapper.tsx index 61b5712..6e3600d 100644 --- a/components/layout/layout-wrapper.tsx +++ b/components/layout/layout-wrapper.tsx @@ -35,6 +35,9 @@ export function LayoutWrapper({ children, isSignInPage, isAuthenticated }: Layou // Listen for RocketChat message notifications const { messageNotification, setMessageNotification } = useRocketChatMessageNotifications(); + // Listen for calendar event notifications + const { eventNotification, setEventNotification } = useCalendarEventNotifications(); + // Also listen for RocketChat iframe events (fallback) useEffect(() => { if (isSignInPage) return;