CalendarEvent constructor
Implementation
const CalendarEvent({
required this.id,
required this.portalId,
required this.start,
required this.end,
required this.allDay,
this.title,
this.place,
this.content,
this.ownerName,
this.creatorName,
});