I am using the inline events feature with the monthPresenter(presenter: TKCalendarMonthPresenter, inlineEventSelected event: TKCalendarEventProtocol), but i need to be able to store additional information about each event so I can retrieve the event in this event when it is fired.
How can I add more date to the TKCalendarEvent/TKCalendarEventProtocol?