Scheduler Zend gdata (Google Calendar)

Hi,
can we connect dhtmlxscheduler with google calendar with zend gdata [GOOGLE CALENDAR] frame work??
If not, where exactly does the scheduler do insert data in mysqldatabas so I could have the variables and use them elsewhere.
tks
Seby

Do you need both loading and saving or just loading?
On server side you can use ZEND api to get data and output it just as json text, on client side just use

scheduler.load(“some.php”,“json”)

If you need saving as well, you can use connector on server side, but do not feed real DB in it, instead assign to onBeforeProcessing code of your class, which will handle saving through ZEND API