I need to add an event to a fullCalendar programmatically. I have this code:
export interface Events { title: string; date: string; } public calendarEven