I am doing a form to create timetable, which is a weekly based. Every scheduled period(appointment) will be saved in my database.
How to restrict from scheduling periods in particular slots.
Scenario:
If i have scheduled a period on Monday from 9:00 to 10:00, then another period should not be allowed to scheduled on any other monday from 9:00 to 10:00.
When scheduling a period, how to check with the reccurence rules of other appointments in my database.
How to restrict from scheduling periods in particular slots.
Scenario:
If i have scheduled a period on Monday from 9:00 to 10:00, then another period should not be allowed to scheduled on any other monday from 9:00 to 10:00.
When scheduling a period, how to check with the reccurence rules of other appointments in my database.