https://github.com/cbix/ics
iCalendar feeds for a few sites that don't have one
https://github.com/cbix/ics
aachen golang ical icalendar ics webcal
Last synced: about 1 year ago
JSON representation
iCalendar feeds for a few sites that don't have one
- Host: GitHub
- URL: https://github.com/cbix/ics
- Owner: cbix
- License: mit
- Created: 2024-01-24T21:24:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T12:58:48.000Z (about 1 year ago)
- Last Synced: 2025-03-15T13:35:54.246Z (about 1 year ago)
- Topics: aachen, golang, ical, icalendar, ics, webcal
- Language: Go
- Homepage: https://ics.cbix.de
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICS adapters
This web service provides iCalendar (RFC 5545) feeds for certain websites that
don't have such a feed already. These can be subscribed by any calendar app,
such as
- [ICSx⁵](https://icsx5.bitfire.at/) for Android
- [gnome-calendar](https://wiki.gnome.org/Apps/Calendar)
- Google Calendar
## List of feeds
The full list is auto-generated on the index page: https://ics.cbix.de/
## Running the web service
This is the default mode when running the build:
```
go build
./ics
```
## Static site generator
Not supported yet.