> For the complete documentation index, see [llms.txt](https://hilfe.taraos.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hilfe.taraos.de/integrationen/kalender.md).

# Kalender

Wenn du deinen Kalender mit TaraOS verbindest, kann Tara Termine vorschlagen und direkt buchen, zum Beispiel während sie mit einem Anrufer spricht. Tara sieht dabei nur, wann du frei oder belegt bist, nicht den Inhalt deiner Termine.

Du richtest den Kalender im [Schnellstart](/einrichten/schnellstart.md) ein oder jederzeit später unter **Einstellungen → Kalender & E-Mail**.

## Welche Anbieter es gibt

![Anbieter-Auswahl mit Google Kalender, Outlook, Calendly und Zeeg](/files/tRqluUiFEAa8uqOa4Wik)

* **Google Kalender** (Gmail, G Suite): verbindet Postfach **und** Kalender.
* **Outlook** (Outlook, Office 365): verbindet Postfach **und** Kalender.
* **Calendly**: nur Termine, über deine Calendly-Terminarten (Event-Types).
* **Zeeg**: nur Termine, über deine Zeeg-Terminarten (Event-Types).

{% hint style="info" %}
**Kombinieren ist erlaubt.** Du kannst zum Beispiel Calendly für die Termine und Google für die E-Mails nutzen. Verbindest du Calendly oder Zeeg, übernimmt Google oder Outlook danach nur noch die E-Mails.
{% endhint %}

## Anbieter verbinden

1. Geh auf **Einstellungen → Kalender & E-Mail**.
2. Klick auf **Integration hinzufügen** und wähl deinen Anbieter.
3. Bei **Google** oder **Outlook** meldest du dich im Anbieter-Fenster an und erlaubst den Zugriff. Bei **Calendly** oder **Zeeg** verbindest du dein Konto entsprechend.
4. Nach dem Verbinden siehst du eine Erfolgsmeldung, und deine Integration steht unter **Mein Kalender & E-Mail**.

## Termine und Verfügbarkeit

Damit Tara die richtigen Termine vorschlägt, legst du noch fest, was du anbietest:

* **Terminarten:** welche Arten von Terminen du anbietest (zum Beispiel Erstberatung).
* **Verfügbarkeit:** die Zeitfenster, in denen Tara Termine vergeben darf.
* **Calendly / Zeeg:** Nutzt du einen dieser Anbieter, kommen die buchbaren Termine aus deinen dort angelegten Terminarten (Event-Types).

## Es hakt irgendwo?

Kein Stress. Schreib uns, wo du nicht weiterkommst, dann helfen wir dir direkt. → [Direktkontakt](/support/direktkontakt.md)


---

# 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://hilfe.taraos.de/integrationen/kalender.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.
