Looking for a calendar aggregation service with a decent API
I'm writing a dashboard which contains a calendar agenda and am looking for a good free aggregator service for google, outlook, slack etc. which has a good api to fetch the agenda of the user.
Any good suggestions?
4 Replies
If one exists, I'd really like to know. I had to write my own.
I have ended up using
ics.js
to read a calendar link, but yeah if there was one that allowed merging all calendars into one and the use of an API instead of parsing a file, would be far betterWhat's wrong with parsing a file and merging them together?
nice joke(i have been looking for the past 7 years)
the good way is with a sync button and an scheduled fn