The Extinction Rebellion events page allows you to subscribe to an events feed. Events will then automatically appear in external calendars or on web pages. The feed includes all events for the next 3 months. How to set this up depends on which system you use, but most systems offer the option to subscribe to a URL. The most suitable URLs are explained below.
The events page supports two different formats: ICS and RSS. Depending on the desired format, you can use one of the following URLs:
ICS format:
https://extinctionrebellion.nl/xr-events/feed/ics
RSS format:
https://extinctionrebellion.nl/xr-events/feed/rss
You can find several manuals online on how to best connect to external agendas such as the XR events calendar. For example, there are guides for Outlook, Apple and Google Calendar.
By default, all events are displayed in Dutch. To change the language of the feed, you can add ?language=language
to the URL. Possible values are nl
(Dutch) and en
(English). For example, the following URL displays all events in English:
https://extinctionrebellion.nl/xr-events/feed/ics?language=en
It is possible to filter the event feed for a specific location by adding ?city=locationname
.
For example, the following URL retrieves all events in Amsterdam:
https://extinctionrebellion.nl/xr-events/feed/ics?city=amsterdam
To find the correct value for the location name, it is easiest to visit the events page and filter by a location. The correct location name will then appear in the page's URL. For instance, the correct name for Den Bosch
is %2527s-Hertogenbosch
, as seen in the following URL:
https://extinctionrebellion.nl/events/?cities%5B0%5D=%2527s-Hertogenbosch#event-search-result
To use both the language filter and the location filter, you can use the following format:
https://extinctionrebellion.nl/xr-events/feed/ics?city=amsterdam&language=en