Hi,
I'm looking for a way to surface a users current Out-Of-Office-Settings.
Now, let me preface this by saying:
I am not trying to change anything in the database. This is purely Getters. I need to display the information, not interact with it!
Looking at the DB:
I can find the default representative by navigating through Server.WorkTypeShare, Server.WorkType and Server.Actioner showing only the results for Server.Actioner.Status = 1 to filter on users witch active Out-Of-Office.
I can even find the exceptions through Server.WorkTypeExceptionShare, Server.WorkTypeException, Server.WorkType and Server.Actioner. Hoever I only get a mean looking string in the condition field. I'm missing a way to find out what Process/Activity the excption is for.