InternalCalendarEvent constructor
InternalCalendarEvent({})
Implementation
InternalCalendarEvent({
// Changed to public
required this.startDate,
required this.endDate,
required this.title,
required this.background,
this.iconUrl,
required this.textColor,
required this.id, // Changed from elementId to id
});