Hi
In scheduler i want to restrict the creation ,resize and moving of the event in one week. when i create an event from 20th to 24th of this month that event should not be resized to next week.
Thank you
You can customize the drag and drop operations using the real-time events:
https://api.daypilot.org/daypilot-scheduler-oneventmoving/ https://api.daypilot.org/daypilot-scheduler-oneventresizing/ https://api.daypilot.org/daypilot-scheduler-ontimerangeselecting/
If you want to forbid certain operations check the conditions in the event handler and set args.allowed = false if it doesn't meet the rules.