Skip to content

Domi2803/campusoffice-ical-subscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

campusoffice-ical-subscribe

A node-js app that can be used to make the FH-Aachen Campus Office iCal subscribable in Google Calendar etc.

Build

Set the environment variables USER and PASSWORD. USER should be your FH-Kennung, and PASSWORD should be the password you use to login to CampusOffice.

Install the dependencies with

npm install

and then compile with

tsc

and finally run with

node index.js

If you clone the branch hassio, you can install the server as an addon on a Home Assistant instance.

Usage

To integrate the calendar, add the URL as a iCal link in your calendar app, like Google Calendar:

http://[your-ip]:3000/calendar

To integrate into Google Calendar, your machine has to be accessible from the internet. If using Outlook / Apple Calendar, you can keep it on localhost. That's up to you.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published