CalendarEvent constructor
CalendarEvent([])
Implementation
CalendarEvent([
this.eventId,
this.calendarId,
this.title,
this.description,
this.start,
this.end,
this.allDay,
this.location,
this.status,
this.timeZone,
this.isRecurring = false,
]);