• End Time not displayed in iNotes Calendar

    By Todd Harris 1 decade ago

    Events with an End Time do not display the end time in the pop-up event summary.

    This seems to be caused by a bug in the addEvents function of the dwa.cv.calendarDataStore class (calendarDataStore.js).

    The hoverEntry method of the dwa.cv.calendarView class (calendarView.js) is expecting the oEvent object to have a property called hasEndTime, but when the addEvents method of dwa.cv.calendarDataStore creates a new oEvent object from the oEvent objects it receives, the hasEndTime property is not cloned to the new oEvent object.

     

     

    • Those errors...

      By Paul Hannan 1 decade ago

      Hi Todd

      Not displaying the End Time is something that has always been there for the summary pop-up.

      What's more concerning is the errors which you're seeing. Do you have the steps to reproduce these?

      Regards,

      Paul