EventCalendarEssential constructor

EventCalendarEssential(
  1. DateTime date
)

Creates an event for the specified date

Implementation

EventCalendarEssential(this.date);