Modify events with no effects on database

Hi!

I want to show one calendar and that any user who see it could be free to add new events or delete shown events. But this kind of actions have not to be effects on database. Just to show particular calendar on screen or print it. When the user closes webpage, all changes will be lost.

I want particular events will be different color from database events

Same problem for me…

Is it posible for you to make or show us a tutorial which shows how to deal with the database using the needed tools and so on…

I try to make a schedule with units… but can’t imput the data to the xml… I need just a basic solution, and it is killing me for two days. I understand that i am a beginner, but i need this so much… could you please help with it…

my idea is just to have a schedule for my girls to manage. thats just 3 girls…

By default, if you not adding dataProcessor initialization to the page, scheduler will work fully on client side, not saving anything in DB - as necessary in your case.

events will be different color from database events
Check
docs.dhtmlx.com/doku.php?id=dhtm … om_styling
and
samples/01_events_coloring.html

Is it posible for you to make or show us a tutorial which shows how to deal with the database using the needed tools and so on…

docs.dhtmlx.com/doku.php?id=dhtm … ntegration
also there is a sample inside the package
01_initialization_loading\05_loading_mysql.html

Also there is a sample of no-db installation.
viewtopic.php?f=6&t=12499

ok it it workin with direct xml imput, no db…

is it possible to do so with units view?

Yep, just add the dhtmlxscheduler_unit.js on the page and necessary logic to define units.

did that!!! work fine :slight_smile:
It will sound strange, but this app saved my from sitting in the office for the whole year.

NOW i am freee :slight_smile:

save and show buttons dont get to the right, they stay at the beginning of left…?

a) most probably you need not show button at all - it was just for sample testing purposes
b) be sure that next block is presented on the page

.dhx_cal_navline input{ width:80px; position:absolute; top:1px; font-family:Tahoma; font-weight:8pt; }