Methods
-
getOutOfOfficeSettings(user)
-
Fetches out of office settings for a user.
Parameters:
Name |
Type |
Description |
user |
Object
|
User object |
-
searchUser(commonNameFilter)
-
Searches users with the specified name. It triggers the userSearched event.
Parameters:
Name |
Type |
Description |
commonNameFilter |
String
|
Name of the user |
-
searchUserInGroup(groupOid, commonNameFilter)
-
Searches users with the specified name in a group. It triggers the userSearched event.
Parameters:
Name |
Type |
Description |
groupOid |
String
|
Group Oid |
commonNameFilter |
String
|
Name of the user |