> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/planeamento/exportar-o-planeamento-para-um-calendario.md).

# Exportar o Planeamento para um calendário

Subscrever um feed de calendário pessoal para trabalho agendado.

Usar **Exportar calendário** quando se pretende mostrar o trabalho agendado num calendário externo.

Isto é útil quando alguém precisa do planeamento, mas não usa o OutSmart.

{% hint style="info" %}
Exportar calendário não é sincronizado em tempo real.

As alterações são atualizadas cerca de uma vez a cada 24 horas.
{% endhint %}

{% stepper %}
{% step %}

### Abrir as definições de Exportar calendário

Ir para **Definições → Definições Ordem de trabalho → Exportar calendário**.
{% endstep %}

{% step %}

### Escolher o conteúdo do calendário

Selecionar os dados de planeamento a incluir.
{% endstep %}

{% step %}

### Definir o título e o conteúdo

Definir o título e o conteúdo do artigo do calendário.

É possível usar os parâmetros disponíveis para criar ambos os campos.
{% endstep %}

{% step %}

### Escolher a categoria

Selecionar a categoria de calendário que os artigos exportados devem usar.
{% endstep %}

{% step %}

### Subscrever com o link pessoal

Copiar o URL de **O seu link pessoal**.

Depois, pode subscrevê-lo na aplicação de calendário externa.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Exportar calendário é atualizada instantaneamente?</summary>

Não.

A exportação é atualizada cerca de uma vez a cada 24 horas.

</details>

<details>

<summary>Posso personalizar o que o evento do calendário mostra?</summary>

Sim.

É possível configurar o título e o conteúdo com os parâmetros disponíveis.

</details>

### Tópicos relacionados

* [**Planeamento**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/planeamento.md)
* [**Criar uma Ordem de trabalho a partir do Planeamento**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/ordens-de-trabalho/criar-uma-ordem-de-trabalho-a-partir-do-planeamento.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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/planeamento/exportar-o-planeamento-para-um-calendario.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.
