> For the complete documentation index, see [llms.txt](https://wiki.oikos-international.org/oikosmos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement/community-calendar.md).

# Events Calendar

## [Visit our Community Calendar](https://luma.com/oikosworld)

{% tabs %}
{% tab title="WHAT can you find in the calendar?" %}
WHAT can you find in the calendar?&#x20;

* Events and activities of ALL chapters that are open to the whole oikos community or, at least a specific region
* Events hosted by oikos International (e.g. webinars, international initiatives, onsite community meetings and conferences)

Make sure to feature your bigger events in the calendar so that the whole community can stay up to date with your projects and engage!&#x20;
{% endtab %}

{% tab title="WHO can add events?" %}

#### WHO can add events?&#x20;

It’s simple: Everyone!&#x20;

<mark style="background-color:blue;">If you wish to use the oikos International zoom account, request it in advance via</mark> [<mark style="background-color:blue;">this form.</mark>](https://airtable.com/apppobl3Nl9Cxg9ae/shrKyRBUirAVNMlsg) &#x20;
{% endtab %}
{% endtabs %}

{% hint style="warning" %} <mark style="color:orange;">**Event description template**</mark>

**Event**: *What’s the topic & agenda? In a few sentences, summarize your event. Add the link to your Facebook/LinkedIn event, your website, the application form or any further information*&#x20;

**Audience**: *Who is invited to attend? Is it a closed audience or open to anyone? Any targeted audience (e.g. oikos Community, program participants, alumni etc.). If the event is closed, tell participants about where they can find the zoom link.*

**Type**: *Is the event a stand-alone event or is it part of a series?*
{% endhint %}

Contact IT team via [this form](https://airtable.com/apppobl3Nl9Cxg9ae/shrDU5TnKFuf7BqPM) in case you have any questions or hiccups on the way!


---

# 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://wiki.oikos-international.org/oikosmos/starter-kit/community-engagement/community-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.
