Has any one used people’s presence indicator status in a calculated column on a SharePoint List? I want to determine the value of a column to reflect the presence indicator status of a person. For example
- Green – Online
- White – Offline
- Red – Busy
- Yellow – Away
Then I want to use this status to effect the condition of another column on the same list. Any insights would be appreciated.
Hi Karl,
i assume you are trying to get the presence value of a user from a people column that has presence enabled. I dont see a direct way out there other than tracing the HTML to get the status. Check out the below link which may be of a help.
https://stackoverflow.com/questions/637915/adding-presence-indicator-to-a-custom-web-part
Let me know if it helped