Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
dictionary.php
1<?php
2
4
6{
9 'reader' => 'google_readonly',
10 'owner' => 'google',
11 'writer' => 'google_write_read',
12 'freeBusyOrder' => 'google_freebusy',
13 ];
14
16 public const SYNC_ACTION = [
17 'confirmed' => 'save',
18 'cancelled' => 'delete',
19 'tentative' => 'save',
20 ];
21
22 public const PUSH_CHANNEL_TYPES = [
23 'connection' => 'BX_CONNECTION',
24 'sectionConnection' => 'BX_SC',
25 ];
26}