Is it possible to show only Saturdays in a scheduler?
Yes, you can disable all other days using BeforeTimeHeaderRender event handler.
See also:
kb.daypilot.org/79065/how-to-show-business-hours-on-weekends-in-scheduler/
Cool,thanks!
Hi Dan,
What about in PilotCalendar? How I show all the Saturday events? thnks...
If Saturday is among the visible days, the Saturday events will be there....
Yes it is among the visible days.. but when i tried to load it, it seems that all the events in Saturdays are not showing on the calendar... When I checked, it is added on the database... What seems to be the problem there? Thanks alot...
How do you do this in Javascript? There is no "e" variable passed to the onBeforeTimeHeaderRender event and the "args" variable does not contain an IsVisible (or visible, or anything similar) argument.