Skip to content

FFW-Baudenbach/FE2_Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE2_Calendar

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.

Acknowledgments and Thanks

The solution is based on the following project: darkphnx/ical-filter-proxy

The following PRs were created to enable this project:

How it works

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

How to use

  • Download latest docker-compose.yml.
  • Adjust ICAL_FILTER_PROXY_API_KEY and ICAL_FILTER_PROXY_ICAL_URL variables
  • Start container with docker-compose up -d