Hello, I’m trying to do a tennis court booking project with the scheduler and i need some hints…
My goal is to have the day view separeted by units (courts) and have an option to cancel and to mark the events as finished, payed or not payed (and change their colors).
In the Description of the events y have to store the name of the player who makes the reserve
Also i need to save extra data on the db such as Court number, player name, and if the court was or not payed.
I’ve Got the scheduler working and saving the events data on MySQL like the sample file, but I can’t add more than 4 units in the day view, if i put 5 the scheduler will not load correctly.
Can you give me some hints or examples of how to achive all this ?
Thanks a lot Ilya!
Now i have a working scheduler separated by units, but i don’t really understand how to implement the different events types.
My goal is to get three types of events (finished, unfinished, canceled) with different colors for each one, and save them in the DB. can you give me some hints to do this ?
How can i change the event color depending wich option is selected ?
and how can I set the event creation and dragging only betwwen predefined time ?, for example, I want that the events can only move and cretate between 30 minutes intervals, not the 5 minutes that are set by default