CalendarEventOptions constructor
CalendarEventOptions({})
Implementation
CalendarEventOptions({
required this.title,
required this.startDate,
required this.endDate,
this.description,
this.location,
this.url,
this.organizer,
});