Define Event object properties
masterAn Event object stores all information for a calendar event. Key properties include:
id: Unique identifier.resourceIds: Array of associated resource IDs.allDay: Boolean for all-day slotting.start/end: JavaScript Date objects.title: The event's display content.display: Rendering type ('auto'or'background').backgroundColor/textColor: Visual overrides.classNames: Array of CSS classes.styles: Array of inline CSS strings.extendedProps: Plain object for miscellaneous custom data.