At Present Scheduler calendar is showing all days but How to schedule on weekdays only not on weekends. Here Aug 20 is the Sunday and i don't want to schedule. Is there any conditions to not allow on weekends. Please help me.
Thanks in advance.
You can hide weekends using ShowNonBusiness="true": https://doc.daypilot.org/scheduler/hiding-non-business-hours/
You can also hide selected time columns using IncludeCell event handler: https://doc.daypilot.org/scheduler/hiding-time-columns/
Or generate a completely customized timeline: https://doc.daypilot.org/scheduler/timeline/