Giter Site home page Giter Site logo

ical-merger's Introduction

ical-merger

Introduction

The purpose of ical-merger is to take a list of calendar urls (in the ical-format) and return a single, merged calendar, accessible via the HTTP endpoint.

In the future, it should be able to be configurable, to e.g. hide the details of the events.

Usage

To use it, there is a pre-built Docker image at ghcr.io/dattito/ical-merger.

It is configurable via these environment variables:

  • URLS: A comma seperated list of the urls where the ìcal-calendars can be found (REQUIRED)
  • PORT: The port on which the server is listening (default: 3000)
  • HOST: The host on which the server is listening (default: 0.0.0.0)
  • HIDE_DETAILS: Only start, end, uid and status of the events get published (default: true)
  • TZ_OFFSETS: A comma seperated list of timezone offsets for the calendars. A list of integers, representing the hours. If the length is smaller then the lengh of the URLS, then the last value of the array ist used for the URLS at the end of the list (default: [0])

ical-merger's People

Contributors

dattito avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.