Helper
Table of Contents
Constants
-
ACCOUNT_TYPE
= 'icloud'
-
CONNECTION_NAME
= 'ICloud (#NAME#)'
-
EXCLUDED_CALENDARS
= ['inbox', 'outbox', 'notification', 'tasks', 'calendars']
-
SERVER_PATH
= 'https://caldav.icloud.com/'
Methods
-
isVendorConnection()
: bool
ACCOUNT_TYPE
public
mixed
ACCOUNT_TYPE
= 'icloud'
CONNECTION_NAME
public
mixed
CONNECTION_NAME
= 'ICloud (#NAME#)'
EXCLUDED_CALENDARS
public
mixed
EXCLUDED_CALENDARS
= ['inbox', 'outbox', 'notification', 'tasks', 'calendars']
SERVER_PATH
public
mixed
SERVER_PATH
= 'https://caldav.icloud.com/'
isVendorConnection()
public
isVendorConnection(string $accountType) : bool
Parameters
-
$accountType
: string
-