String datasource

Hi,
Can we use a string (representing XML) as a datasourse for the scheduler?

    function GetDayAppointments_Success(s, e) {
        // s = '<data><event ...../><event ...../></data>';
        scheduler.load(s); // ?
    }

Tnx!

viewtopic.php?f=7&t=3127&start=0

Thanks! Working good!
:smiley: