export interface Event { eventId: number; calendarId: number; uuid: string; name: string; description: string; startDateTime: Date; endDateTime: Date; createdDate: Date; location: string; createdBy: string; url: string; wholeDay: boolean; }