export type CalendarEvent = { from: string; fromTimestamp: number; to: string; toTimestamp: number; fullDay: boolean; description: string; };