IE8 not working

Hi there,

IE8 is in standards mode (confirmed through developer tools)
unfortunately when loading any calendar view regardless how simple, it just doesn’t work and there are no javascript errors even with full JS debugging on

The calendar works absolutely fine in all other browsers please could you help

Thanks


It seems the initial date was not set correctly. Check scheduler.init command, what is the second parameter - that must be valid date object or null

Absolute spot on, the date was being passed but I wasn’t initializing the constructor properly :slight_smile:

Thank you so much