Save and recover events on data base

Hi.

I am trying to recover events from a database to show them in the calendar but I don’t know what I have to change.

Also, I want to save new events in the same database, so I can recover them next time.

I want one that one user can create events and delete them. And others users just see them.

Do you have any idea??

Hello,

have a look at the following samples from the scheduler package:

dhtmlxScheduler/samples/01_initialization_loading/05_loading_mysql.html
and
dhtmlxScheduler/samples/03_extensions/12_readonly_form.html

Thanks.

I did a php script to recover data from database and show it on calendar.

Now I am trying to be able to save data on data base but I don’t know how to do it.

Should I save events on a xml file and after that, save on DB? How can I save events on xml? or DB directly…

Another thing I can’t understand is that I can’t see year calendar, just day, week and month but not year or agenda…

The same sample shows how a data can be saved in the DB

dhtmlxScheduler/samples/01_initialization_loading/05_loading_mysql.html

Two lines at end of js code, which inits dataprocessor, all that necessary to enable data saving.

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