---
title: "Export events as iCal."
method: GET
path: "/export/events.ical"
tags: ["Export"]
---

# Export events as iCal.

`GET /export/events.ical`

The iCal export is only available for logged in users with the role _Admin_ or _Scout_.

This request supports the same parameters as the corresponding search request.

**Example**:

Export all events in Germany:
`/export/events.ical?bbox=47.49,0.79,54.63,18.30`

## Query parameters

- `bbox` string
- `limit` integer
- `tag` string — Comma-separated list of tags
- `start_min` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `start_max` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `text` string
- `created_by` string — An e-mail address.

## Response `200`

Successful response

## Other responses

- `401` — Access token is missing or invalid or the user has insufficient permission

## Changes

- **2022-12-06** `b89c97172ee2` — 1 info
  - endpoint added
- **2020-08-13** `ddfd4e39c98d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/export/events.ical/get.md)

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
