> For the complete documentation index, see [llms.txt](https://time-plus.doc.plustools.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://time-plus.doc.plustools.de/funktionsweise-von-time+plus/tasks.md).

# Tasks

Für TIME+PLUS sind einige Tasks für Automatisierungen nötig. Ein Teil davon ist als PRINT+PLUS-Job realisiert, daher muss auch der PRINT+PLUS Task regelmäßig ausgeführt werden.

Die Empfehlung für den PRINT+PLUS Task lautet täglich ab 1:05 Uhr alle 2 Stunden für 24 Stunden wiederholen.

Die TIME+PLUS-Tasks sind in der folgenden Tabelle aufgelistet:

Es sind derzeit (noch) zwei verschiedene Tasks plus der PRINT+PLUS-Task einzurichten

| Name Aufgabenplanung                | Beschreibung                                                                                | Intervall                          | Anwendung                  | Parameter                               |
| ----------------------------------- | ------------------------------------------------------------------------------------------- | ---------------------------------- | -------------------------- | --------------------------------------- |
| Ruthardt PRINT+PLUS Task            | Führt die offenen PRINT+PLUS-Aufgaben aus                                                   | täglich ab 1:05 Uhr alle 2 Stunden |                            | \[Pfad zur ADL]                         |
| Ruthardt TIME+PLUS Benachrichtigung | Benachrichtigung Beobachter erzeugen und für Beobachter PRINT+PLUS-Jobs erzeugen.           | täglich ab 1 Uhr alle 2 Stunden    | Ruthardt.TimePlus.Task.exe | beobachtererzeugen beobachterppjobtable |
| Ruthardt TIME+PLUS Datumswechsel    | Offene Timetracker beenden                                                                  | täglich 0:05 Uhr                   | Ruthardt.TimePlus.Task.exe | Datumswechsel                           |
| Ruthardt TIME+PLUS Tagesabrechnung  | Tagesabrechnungen für Arbeitszeit berechnen                                                 | täglich 3:05 Uhr                   | Ruthardt.TimePlus.Task.exe | Tagesabrechnung                         |
| Ruthardt TIME+PLUS Reminder         | Erinnert alle Benutzer, die noch als unklar markierte Buchungen haben, diese zu korrigieren | sonntags, 9 Uhr                    | Ruthardt.TimePlus.Task.exe | buchungskorrekturReminder               |
| Ruthardt TIME+PLUS Autoresponder    | Setzt den Autoresponder für anstehende AUs und Urlaube                                      | täglich 5 Uhr                      | Ruthardt.TimePlus.Task.exe | AutoreponderUpdate                      |

Die TIME+PLUS-Tasks bekommen den ADL-Pfad aus den Settings neben der Exe

Die Tasks können über den Aufruf CreateTask aus der Kommandozeile automatisiert erstellt werden.&#x20;

<figure><img src="/files/BNaHpWnTIZg0PHa4f3TP" alt=""><figcaption></figcaption></figure>

Sie müssen dann nur noch alle auf ünabhängig von der Benutzeranmeldung ausführen umgestellt werden:<br>

<figure><img src="/files/5IecFjvRmq4jHpvVLe0J" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://time-plus.doc.plustools.de/funktionsweise-von-time+plus/tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
