1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
dictionary.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Sync\Google;
4
5
class
Dictionary
extends
\Bitrix\Calendar\Sync\Dictionary
6
{
8
public
const
ACCESS_ROLE_TO_EXTERNAL_TYPE
= [
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
}
Bitrix\Calendar\Sync\Google\Dictionary\PUSH_CHANNEL_TYPES
const PUSH_CHANNEL_TYPES
Определения
dictionary.php:22
Bitrix\Calendar\Sync\Google\Dictionary\SYNC_ACTION
const SYNC_ACTION
Определения
dictionary.php:16
Bitrix\Calendar\Sync\Google\Dictionary\ACCESS_ROLE_TO_EXTERNAL_TYPE
const ACCESS_ROLE_TO_EXTERNAL_TYPE
Определения
dictionary.php:8
Bitrix\Main\Type\Dictionary
Определения
dictionary.php:6
bitrix
modules
calendar
lib
sync
google
dictionary.php
Создано системой
1.14.0