I'm trying to retrieve particular day event ui element from angular UI calendar but there are no functions available.
Now I'm getting all Events UI components by
$('.fc-event-container')
which will provide all the event element UI rendered then I have to iterate over and find the corresponding event element UI.
Could any one please suggest me better way of retrieving event element of a particular day by date.
Note: Events in the calendar are recurring events so all will have same id on that day of the week