CalendarContext

16 Dec 20251 minute to read

Calendar context is used to manage working time configurations for tasks and projects.
It provides access to calendar settings including working hours, holidays, and exceptions.

Methods

getExceptionForDate

Checks if the provided date falls within any exception period.

Parameter Type Description
date Date The date to check.

Returns boolean