Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fleaz/ical2json-api


https://github.com/fleaz/ical2json-api

Last synced: about 2 months ago
JSON representation

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!