I'm using FullCalendar by Adam Shaw with knockoutjs. I'm able to add, delete and drap-drop events. In week mode and day mode, I want to display the total hours of the events added for that particular day.
If I delete, re-size or move an event, the above total time should get changed.
I have done using DOM manipulation by calculating and appending to the DOM by id. Initially I hardcoded as 0. This works fine for the current view only. If I click next and again come back to the previous dates it gets reset to 0.