Dnd
Retrieves a user's current Do Not Disturb status.
Select
The add-in processes filters client-side within the add-in.
For example, the following query is processed server side:
SELECT * FROM Dnd
Columns
| Name | Type | References | Description |
| DndEnabled | Boolean | The DND status of the user. | |
| NextDndEndTs | Datetime | The timestamp when the upcoming DND session ends. | |
| NextDndStartTs | Datetime | The timestamp when the upcoming DND session starts. | |
| SnoozeEnabled | Boolean | The snooze status of the user. Visible only if the user is the current user. | |
| SnoozeEndtime | Datetime | The time when snooze ends. Visible only if the user is the current user. | |
| SnoozeIsIndefinite | Boolean | Indicates snooze does not end automatically. Visible only if the user is the current user. | |
| SnoozeRemaining | Datetime | The time remaining until snooze ends. Visible only if the user is the current user. |