VendorSyncManager
Table of Contents
Methods
-
__construct()
: mixed
-
addConnection()
: int|null
-
getError()
: string
-
initConnection()
: int|null
-
syncIcloudConnection()
: array<string|int, string>
__construct()
public
__construct() : mixed
addConnection()
public
addConnection(array<string|int, mixed> $connection, string $calendarPath) : int|null
Parameters
-
$connection
: array<string|int, mixed>
-
-
$calendarPath
: string
-
getError()
public
getError() : string
initConnection()
public
initConnection(string $appleId, string $appPassword) : int|null
Parameters
-
$appleId
: string
-
-
$appPassword
: string
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
syncIcloudConnection()
public
syncIcloudConnection(int $connectionId) : array<string|int, string>
Parameters
-
$connectionId
: int
-
-
throws
-
ArgumentException
-
throws
-
LoaderException
-
throws
-
ObjectException
-
throws
-
ObjectNotFoundException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
Return values
array<string|int, string>