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