CalendarEvent constructor
const
CalendarEvent({})
Creates a CalendarEvent instance.
Implementation
const CalendarEvent({
required this.title,
this.description,
required this.startDate,
this.endDate,
this.allDay = false,
this.location,
this.attendees,
});