Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
helper.php
1
<?php
2
3
namespace
Bitrix\Calendar\Sync\Icloud
;
4
5
class
Helper
6
{
7
public
const
SERVER_PATH
=
'https://caldav.icloud.com/'
;
8
public
const
ACCOUNT_TYPE
=
'icloud'
;
9
public
const
CONNECTION_NAME
=
'ICloud (#NAME#)'
;
10
11
public
const
EXCLUDED_CALENDARS
= [
12
'inbox'
,
13
'outbox'
,
14
'notification'
,
15
'tasks'
,
16
'calendars'
,
17
];
18
23
public
function
isVendorConnection
(
string
$accountType): bool
24
{
25
return
$accountType === self::ACCOUNT_TYPE;
26
}
27
}
Bitrix\Calendar\Core\Role\Helper
Definition
helper.php:10
Bitrix\Calendar\Sync\Icloud\Helper\isVendorConnection
isVendorConnection(string $accountType)
Definition
helper.php:23
Bitrix\Calendar\Sync\Icloud\Helper\EXCLUDED_CALENDARS
const EXCLUDED_CALENDARS
Definition
helper.php:11
Bitrix\Calendar\Sync\Icloud\Helper\ACCOUNT_TYPE
const ACCOUNT_TYPE
Definition
helper.php:8
Bitrix\Calendar\Sync\Icloud\Helper\SERVER_PATH
const SERVER_PATH
Definition
helper.php:7
Bitrix\Calendar\Sync\Icloud\Helper\CONNECTION_NAME
const CONNECTION_NAME
Definition
helper.php:9
Bitrix\Calendar\Sync\Icloud
Definition
abstractmanager.php:3
modules
calendar
lib
sync
icloud
helper.php
Создано системой
1.10.0