Coder Social home page Coder Social logo

tommoulard / chronos-to-ics Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 22 KB

A Chronos exporter to Ical, usefull to use Chronos in your daily life calendar - archived because Chronos is not active anymore

Dockerfile 5.05% Makefile 1.07% Go 71.08% HTML 22.80%
epita epitech chronos icalendar ics

chronos-to-ics's Introduction

Chronos-To-ICS

See Chronos, Chronos API.

Setup

git clone https://github.com/tommoulard/Chronos-To-ICS && cd Chronos-To-ICS
cp .env.default .env

And change values in the .env file

Usage

make

In another docker-compose

version: '3.6'

services:
  ics:
    image: tommoulard/chronos-to-ics
    ports:
      - "8000:8000"
    environment:
      - 'ICS_API_KEY=${ICS_API_KEY}'
      - 'ICS_PORT=8000'
      - 'ICS_WEEK_NUMBER=4'
    volumes:
      - '/etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt'

Where:

  • ICS_API_KEY is the Chronos API key
  • ICS_PORT is the port on which the application must bind, it should be the same as the one exposed with docker.
  • ICS_WEEK_NUMBER is the number of week to fetch, the higher the more event fetched, but the more API calls for each calendars. 4 week is 1 month.

chronos-to-ics's People

Contributors

tommoulard avatar

Watchers

 avatar  avatar  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.