Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fleaz/ical2json-api
https://github.com/fleaz/ical2json-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fleaz/ical2json-api
- Owner: fleaz
- License: mit
- Created: 2022-08-30T20:48:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T22:15:48.000Z (over 2 years ago)
- Last Synced: 2024-06-19T13:49:01.012Z (7 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ical2json-api
ical is a scray format and if you want to include e.g. a calendar in your website, handling something like json is much
easiert in a few lines of JS. Therefore I started this middleware that takes an iCal URL and offers an http endpoint
where the upcomming events get served as a json file.This is currently a **VERY** early PoC hacked together in a few hours with hardcoded values and not that much error
handling. Use at your own risk!