Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This expression dynamically enables or disables the view. Disabling it will hide the view from the menu.

Hide weekends

This feature gives you the possibility to hide weekends (Saturday and Sunday) from your view. You can set a default value or give the option to the user to toggle the view with $CurrentObject/HideWeekends for example.

View range settings

The day start and end time will determine the upper and lower bounds of the view. For example, to show only a workday, you can set these to 09:00 and 17:00.

...

Code Block
languagejson
[{"start" : 0, "end" : 0}, [{"start" : 9, "end": 12}, {"start" : 13, "end": 17}], [{"start" : 9, "end": 12}, {"start" : 13, "end": 17}], [{"start" : 9, "end": 12}], [{"start" : 9, "end": 12}, {"start" : 13, "end": 17}], [{"start" : 9, "end": 12}, {"start" : 13, "end": 17}], {"start" : 0, "end": 0}]
Info

See our core hours demo on: https://products.bizzomate.com/p/calendar/examples/features/core-hoursFor an example see: Core hours demo

Show all day header

...

By default, the all-day header is enabled. However, when it is disabled, all-day events will be shown over the entire duration of the day (see the right screenshot).

...