CalendarEvent constructor
CalendarEvent({})
Implementation
CalendarEvent(
{required this.calendarId,
required this.title,
required this.description,
required this.location,
required this.start,
required this.end,
this.timeZone,
this.allDay,
this.recurrence,
this.androidParams,
this.iosParams,
this.eventId});