ToDo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Add a to-do (V3)
public class ToDo
type ToDo = class
Public Class ToDo
- Inheritance
-
ToDo
Constructors
| Name | Description |
|---|---|
| ToDo() | |
Properties
| Name | Description |
|---|---|
| Body |
To-do body that typically contains information about the to-do. |
| BodyLastModifiedDateTime |
YYYY-MM-DDThh:mm:ssZ (UTC format) |
| CompletedDateTime |
The date in the specified time zone that the task was finished. |
| Context |
@odata.context |
| CreatedDateTime |
YYYY-MM-DDThh:mm:ssZ (UTC format) |
| DueDateTime |
The date in the specified time zone that the task is to be finished. |
| Etag |
@odata.etag |
| Id |
Unique identifier of the to-do. |
| Importance |
Low, normal or high. |
| IsReminderOn |
True if an alert is set to remind the user of the to-do. |
| LastModifiedDateTime |
YYYY-MM-DDThh:mm:ssZ (UTC format) |
| ReminderDateTime |
The date and time for a reminder alert of the task to occur. |
| Status |
Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred. |
| Title |
Brief description or title of the to-do. |