Calendar Proxy to split up and enrich Google Calendar for Alamos FE2 import.
See comments inside config.yml for use cases.
With 2024 switched to Firemanager as source. Thereby we do not need to split the calendars anymore.
Anyhow using this solution to manage alarm and bypassing issue with timezones.
Decommissioned end of 2025 as Firemanager now syncs everything to FE2
Reactivated in 2026 :) We need optional appointments for different brigades without notifications.
The solution is based on the following project: darkphnx/ical-filter-proxy
The following PRs were created to enable this project:
This repository builds a docker container on DockerHub:
- Based on latest version of
ical-filter-proxycontainer - Added our specific config.yml
- Added default environment variables
- Download latest docker-compose.yml.
- Adjust
ICAL_FILTER_PROXY_API_KEYandICAL_FILTER_PROXY_ICAL_URLvariables - Start container with
docker-compose up -d