export type CalendarEvent = { id: string; title: string; description?: string; location?: string; url?: string; start: string; end?: string; allDay?: boolean; createdAt?: string; lastModified?: string; recurrenceRule?: string; };