Adding events in Mobile Scheduler to ICal

Hi,

My client wants to add the events in mobile scheduler to ICal. Could any one point to any resources over it. Can we add any individual events to ical, directly from mobile browser? (I guess we cannot…)

Hi,

you may try to export scheduler data to iCal using ICalExporter php class. Here are docs:

docs.dhtmlx.com/doku.php?id=dhtm … ort_import

Thanks… but the client wants like this… ie, he sees an individual event in his mobile, and want to add that event to his ical from that event page… is it possible?

All manipulations should be done on server-side. Scheduler is a client-side component and can not pass data to iCal directly.