1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-04 23:37:46 +02:00

35 lines
625 B
Plaintext
Raw Normal View History

2025-01-18 17:35:34 +03:00
---
2025-01-26 13:33:10 +03:00
sidebar_position: 10
2025-01-18 17:35:34 +03:00
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Get calendar structure
Returns the structure of the calendar description fields
`Function GetCalendarStructure(Val Clear = False) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Clear | --empty | Boolean | ✖ | True > structure with empty valuse, False > field descriptions at values |
Returns: Structure Of KeyAndValue - Fields structure
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Result = OPI_Bitrix24.GetCalendarStructure();
```