I am using the library already mentioned, what happens is that I want to bring the id of the event that is selected, for that it has its procedure
@Override
public void onEventSelected(CalendarEvent calendarEvent) {
}
That returns "title" and "date", but I can not return the id of the event, and how to assign it.