I follows these instructions but it is not working with my gmail account? Wondering if it still works with current Google calendar?
Cheers
I follows these instructions but it is not working with my gmail account? Wondering if it still works with current Google calendar?
Cheers
Hello,
mobile scheduler works with GoogleCalendarProxy. Here is the example of client code:
dhx.ready(function(){
dhx.ui.fullScreen();
dhx.ui({
view: “scheduler”,
id: “scheduler”
});
$$(“scheduler”).load(“gCal_proxy/server/01_proxy.php”,“scheduler”);
});
01_proxy.php only requires your email, password and calendar name to be set up.