TODO-Ressourcentyptodo resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Stellt die für einen Benutzer verfügbaren To Do-Dienste dar.Represents the To Do services available to a user.
Erbt von Entität.Inherits from entity.
MethodenMethods
MethodeMethod | RückgabetypReturn type | BeschreibungDescription |
---|---|---|
Listen auflistenList lists | todoTaskList-AuflistungtodoTaskList collection | Rufen Sie alle Aufgabenlisten im Postfach des Benutzers ab.Get all the task lists in the user's mailbox. |
TodoTaskList erstellenCreate todoTaskList | todoTaskListtodoTaskList | Erstellen Sie eine To Do-Aufgabenliste im Postfach des Benutzers.Create a To Do task list in the user's mailbox. |
EigenschaftenProperties
KeineNone
BeziehungenRelationships
BeziehungRelationship | TypType | BeschreibungDescription |
---|---|---|
listslists | todoTaskList-AuflistungtodoTaskList collection | Die Aufgabenlisten im Benutzerpostfach.The task lists in the users mailbox. |
JSON-DarstellungJSON representation
Es folgt eine JSON-Darstellung der Ressource.The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.todo",
"id": "String"
}