Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.66 KB

File metadata and controls

39 lines (25 loc) · 1.66 KB

Work Schedule: Overview of Methods

{% note tip "" %}

Choose a tool for developing with an AI agent:

  • use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
  • use the MCP server to develop a REST API integration in your own project. The agent refers to the official REST documentation

{% endnote %}

The work schedule defines the mode and duration of employees' work. You can retrieve the work schedule settings using the method timeman.schedule.get.

Quick navigation: All Methods

User documentation: Work Schedules

Getting Started

  1. Determine the work schedule identifier
  2. Retrieve the schedule configurations using the timeman.schedule.get method
  3. Use the retrieved configurations when calculating work hours, shifts, or checking employee availability

Work Schedule Identifier

id — the work schedule identifier. You can find it in the Bitrix24 interface on the Employees > Time and Reports > Work Schedules page.

Pass id to the timeman.schedule.get method to retrieve the schedule configurations, shifts, calendar, and violation rules.

Overview of Methods {#all-methods}

Scope: timeman

Who can execute the method: any user

#| || Method | Description || || timeman.schedule.get | Retrieves the work schedule by ID || |#