Like you phrase it, the answer is no.
The calendar widget work with dates. So if you don't have dates, that would become a bit hard. Like I want light, but I don’t want to use a light source.
All jokes aside:
- you need dates
- You need multiple dates
- Extend the model with a referenced entity 1-* which has a date attribute
- Instead of having a single date attribute in your CourseEvent entity, you create an object with a date for each course day.
- This allows you to show the list of days with the details of the referenced CourseEvent
Domain model setup would be something like this
