any examples of dhtmlxSchedular + python CGI for database?

Hi all,

Are there any example for schedular + python CGI? or an example to update a database based the updated dhtmlxschedular web page?



ouyang

Unfortunately there is no ready samples for such backend.
Technically during data loading you just need to provide valid xml data as response of python script.
For updates - you can use client side events of scheduler to execute any custom server side calls.