Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Info

Every option is optional in your view configuration! It’s enough to just select the viewtype to configure a view.

View

...

Here you can configure the basic view settings.

...

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.

...

The content tab is where you can override the content specifically for this view. In other words if you want this view to show different content then the another views (e.g. because there is less space in or another need) this is where you can override it. It’s also possible to change the content fot for the all day part of the view for similar reasons.

...

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).

...