CalendarEvent constructor
CalendarEvent([])
Implementation
CalendarEvent(
[this.eventId,
this.calendarId,
this.title,
this.description,
this.start,
this.end,
this.allDay,
this.location,
this.attendees]);