ICalUtil
Table of Contents
Methods
-
getIndexUsersById()
: array<string|int, mixed>
-
getUserIdByEmail()
: string|null
-
getUsersByCode()
: array<string|int, mixed>
-
isMailUser()
: bool
-
prepareAttendeesToCancel()
: mixed
-
processDestinationUserEmail()
: mixed
getIndexUsersById()
public
static getIndexUsersById(array<string|int, int> $usersId) : array<string|int, mixed>
Parameters
-
$usersId
: array<string|int, int>
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>
getUserIdByEmail()
public
static getUserIdByEmail(array<string|int, mixed> $userInfo) : string|null
Parameters
-
$userInfo
: array<string|int, mixed>
-
Return values
string|null
getUsersByCode()
public
static getUsersByCode([array<string|int, mixed>|null $attendeesCodeList = null ]) : array<string|int, mixed>
Parameters
-
$attendeesCodeList
: array<string|int, mixed>|null
= null
-
Return values
array<string|int, mixed>
isMailUser()
public
static isMailUser(mixed $userId) : bool
Parameters
-
$userId
: mixed
-
prepareAttendeesToCancel()
public
static prepareAttendeesToCancel(mixed $attendees) : mixed
Parameters
-
$attendees
: mixed
-
processDestinationUserEmail()
public
static processDestinationUserEmail(mixed $params, mixed &$errorText) : mixed
Parameters
-
$params
: mixed
-
-
$errorText
: mixed
-