> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/calendars/exporting-a-calendar.md).

# Exporting a Calendar

This lesson will show you how to export your AgileCase calendar to other formats, such as Google Calendar.

{% stepper %}
{% step %}

### Go to the calendar tab

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

The first step in exporting a calendar is to go to the calendar tab. To do this click the "Cal" button on the navigation bar.
{% endstep %}

{% step %}

### Select "Feed"

<figure><img src="/files/8gZH6egGMgjJmWvYbqNQ" alt="" width="178"><figcaption></figcaption></figure>

On the calendar tab, click the dropdown arrow next to the button of the calendar you want to export. This will open a dropdown menu.

The "Manage" option takes you to the calendar options page in the settings menu.

To export a calendar, click the "Feed" button.
{% endstep %}

{% step %}

### Choose your feed

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

You must now choose how you want to export the calendar.

You can subscribe and export to Outlook/iCal or download the ICS file and import it to a calendar app such as Google Calendar. To do this, click "Download ICS file".
{% endstep %}

{% step %}

### Download the file

<figure><img src="/files/XIeOert53YZy1Q9kdcgk" alt="" width="214"><figcaption></figcaption></figure>

You will now download a file that contains your calendar. Accept this download and allow it to complete.
{% endstep %}

{% step %}

### Import your calendar

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

To import your calendar access the app you wish to import it to. In this case we will use Google Calendar.

To import a calendar click the dropdown arrow beside "Other Calendars".
{% endstep %}

{% step %}

### Select the ICS file

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

When prompted, select the file you have downloaded from AgileCase and click "Import".
{% endstep %}

{% step %}

### Calendar imported

<figure><img src="/files/hmMxKXeQyamFPqg3vziJ" alt="" width="315"><figcaption></figcaption></figure>

Your calendar has now been imported and events created in AgileCase will appear in the calendar app you have uploaded the file to.
{% endstep %}
{% endstepper %}


---

# 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://docs.agilecase.com/user-documentation/calendars/exporting-a-calendar.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.
