> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft To Do

> Prüfe die minimalen OAuth-Scopes für jede Microsoft To Do Aktion.

Prüfe die Zuordnung der minimalen Standard Scopes für delegierten Zugriff auf jede Microsoft To Do Aktion. Die Zuordnung deckt Listen, Aufgaben und Checklistenpunkte ab. `Sites.Selected` gilt nicht.

## Minimale Scopes pro Aktion

<Note>
  Jede Microsoft To Do Verbindung fordert zusätzlich `offline_access` und `User.Read` an. Diese Scopes der Verbindung gelten zusätzlich zu den Aktions Scopes in der Tabelle.
</Note>

<div style={{overflowX: "auto"}}>
  <table style={{width: "100%", maxWidth: "100%", minWidth: 0, tableLayout: "fixed", whiteSpace: "normal", overflowWrap: "anywhere", wordBreak: "break-word"}}>
    <colgroup>
      <col style={{width: "20%"}} />

      <col style={{width: "25%"}} />

      <col style={{width: "55%"}} />
    </colgroup>

    <thead>
      <tr>
        <th style={{width: "20%"}}>Aktion</th>
        <th style={{width: "25%"}}>Beschreibung</th>
        <th style={{width: "55%"}}>Minimale Scopes</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><strong>Create checklist item</strong></td>
        <td>Erstellt einen Checklistenpunkt zu einer Aufgabe.</td>
        <td><code>Tasks.ReadWrite</code></td>
      </tr>

      <tr>
        <td><strong>Create list</strong></td>
        <td>Erstellt eine To Do Liste.</td>
        <td><code>Tasks.ReadWrite</code></td>
      </tr>

      <tr>
        <td><strong>Create task</strong></td>
        <td>Erstellt eine To Do Aufgabe.</td>
        <td><code>Tasks.ReadWrite</code></td>
      </tr>

      <tr>
        <td><strong>Get list</strong></td>
        <td>Ruft eine To Do Liste ab.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>Get task</strong></td>
        <td>Ruft eine To Do Aufgabe ab.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>List checklist items</strong></td>
        <td>Listet Checklistenpunkte einer Aufgabe auf.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>List lists</strong></td>
        <td>Listet To Do Listen auf.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>List tasks</strong></td>
        <td>Listet Aufgaben in einer Liste auf.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>Resolve list</strong></td>
        <td>Löst eine To Do Liste auf.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>Resolve task</strong></td>
        <td>Löst eine To Do Aufgabe auf.</td>
        <td><code>Tasks.Read</code></td>
      </tr>

      <tr>
        <td><strong>Update task</strong></td>
        <td>Aktualisiert eine To Do Aufgabe.</td>
        <td><code>Tasks.ReadWrite</code></td>
      </tr>
    </tbody>
  </table>
</div>

## Verwandte Seiten

* [Scopes für Microsoft-Integrationen](/de/admin/manage-integrations/microsoft-integration-scopes)
* [Microsoft-Integrationen: Berechtigungen und Admin-Freigabe](/de/admin/manage-integrations/integration-setup-guides/microsoft)
