Skip to content

Introduction for composable functions

Sometimes it can be helpful to customize behavior of the calendar or control it externally e.g. month changes based on external state etc. We provide out of the box helpers for timezone, hour cycle, working with selected time slot, automatic data fetching, formatting time to timezone and localized dates.

Our UI layer is purely based on these core composable functions. In other words, it's possible to build completely custom UI layer for your own looking calendar without the struggle of working with dates, time zones, localization and other date time manipulations the calendar logic requires.