Thanks, but when I try to run the sample.html (downloaded from GitHub) appears in the firebug “SyntaxError: syntax error ( ”
regardless of whether the data.php is with the example data or mine
I found that the error is in the file “google_proxy.php” in line 74 (please, correct it on GitHub).
(Modified code)
if (!$this->timezone) {
$arr = $this->cal->calendars->get($this->cal_name);
$this->timezone = $arr["timeZone"];
}
However, I have doubts about some things (how to ask for the authorization of customers, how create a new calendar from the code and get the id of it to always perform synchronization on it…) but I guess I’ll have to read the API documentation for google for accomplish this.
No, thank to you for always being attentive and answering me.
One last question:
what should I do to get the two-way synchronization between Google Calendar and dhtmlxScheduler with the new update (github)?
… because with the current, I can only make the one-way sincronization.