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.
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-proxy
container - Added our specific config.yml
- Added default environment variables
- Download latest docker-compose.yml.
- Adjust
ICAL_FILTER_PROXY_API_KEY
andICAL_FILTER_PROXY_ICAL_URL
variables - Start container with
docker-compose up -d