Fondation
This commit is contained in:
parent
c0af54eff5
commit
d272fc4f3f
@ -131,7 +131,7 @@ export function Calendar() {
|
||||
|
||||
console.log('[Calendar Widget] 📅 Dispatching calendar events update', {
|
||||
eventsCount: eventsForNotification.length,
|
||||
events: eventsForNotification.map(e => ({
|
||||
events: eventsForNotification.map((e: { id: string; title: string; start: Date; end: Date; isAllDay: boolean; calendarName: string; calendarColor: string }) => ({
|
||||
id: e.id,
|
||||
title: e.title,
|
||||
start: e.start instanceof Date ? e.start.toISOString() : e.start,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user