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
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.