# Import a Calendar

[Stanza](https://stanzacal.com/) makes it dead simple to set up an events calendar and Add to Calendar button for anyone to subscribe to your events and stay updated as changes occur. Part of the magic of Stanza has always been how easy it is to get started—no tech knowledge is required.&#x20;

Stanza supports importing existing calendars in two ways:

1. [Manually](/stanza-help-center/for-creators/markdown/manual-creator.md): Create and manage your calendar within the calendar app you already use. You can then import it into Stanza. As you make changes in your calendar app, those changes will automatically reflect on Stanza.
2. [Automated](/stanza-help-center/for-creators/markdown/automated-creator.md): We'll integrate with your API to create and keep your calendar updated. You can still make changes via Stanza's dashboard.&#x20;

{% hint style="info" %}
Your subscribers' calendars will automatically update with any changes made to your calendar.
{% endhint %}

### FAQs

<details>

<summary>Is Stanza compatible with other calendar platforms (Google Calendar, Apple Calendar, Outlook, etc.)?</summary>

Yes, calendars created on Stanza can be subscribed to by all major calendar apps.&#x20;

</details>

<details>

<summary>Can I use Stanza for both personal and professional events?</summary>

Yes. As long as you have a calendar of events, you can use Stanza.

</details>

<details>

<summary>All calendars need a username. </summary>

**What is my handle?**

Your handle on Stanza is no different than one on other platforms, such as X or LinkedIn. You set your handle when first importing a calendar. Choose a handle that reflects your calendar because it will be the public URL where people can find your calendar. This same URL is what you’ll use when sharing your calendar.

For example, the Golden State Warriors have the handle ‘nba-warriors’ making their public URL: <https://stanzacal.com/nba-warriors>

Remember: You set your handle just once as changing it will break existing calendar subscriptions or active links.

</details>


---

# Agent Instructions: 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:

```
GET https://stanza-1.gitbook.io/stanza-help-center/for-creators/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
