Provide a read-only api for any ical feed.
- Add your ical feed to Ical2Api
- Events will be synced every 30 minutes.
- Query the API (see below)
Use it: ical2api.web.app
Event demo: 🖥 here
API: here
Slack reminders (upon creation, before X hours, weekly sumup)
https://ical2api.web.app/api/v1/events/
Parameters:
status=upcoming
= get only upcoming eventsstatus=passed
= get only passed eventsicals=<id1,id2, id3>
= query only events for those ical(s) (max 10 id, comma separated)organizations=<id1,id2, id3>
= query only events parts of the given organisation(s) (max 10 id, comma separated)
https://ical2api.web.app/api/v1/icals/?organizationId=<orgId>
organizationId=orgId
(required) the organization your icals are linked to
The API to write on iCal2Api is not yet made. While you can use the website to do this, you can also vote on those issues if you want this prioritized:
Open source project made by Hugo Gresse
My other open source projects: