I have my own custom "Event" model which stores a user's events into core data.
My event model has a title, start and end date, and a description.
How can I pass my custom Event model to the CalendarKit's func eventsForDate(_ date: Date) -> [EventDescriptor] method and use it instead of this default event model?