Lotus Domino doesn't show any calendar entries

Hi I wonder if you can help me.

I just found your wonderful calendar UI and I’m trying to make it work with Lotus Domino.

I have the calendar UI all displaying correctly, and I have created a Domino view that returns the calendar data in the specified XML format, for some reason though, the calendar does not display any entries.

The Calendar UI is here
web.epilio.com/DHTMLX.nsf/calendar?readform

and the Calendar XML is here:
web.epilio.com/DHTMLX.nsf/XMLCal?openview

My javascript onLoad has:
scheduler.init(‘scheduler_here’,null,“week”);
scheduler.load(‘XMLCal?openview’);

No errors are returned, but not calendar entries are displayed? Does anyone have any idea why?

Many thanks

Carl

I figured it out. The events were appearing way out in 2072.

I needed to add:
scheduler.config.xml_date="%Y-%m-%d %H:%i:%s";