Live data from Hacker News

Ask HN: Calendar as a service

news.ycombinator.com

1–3 of 3 posts

Ask HN: Calendar as a service

#1
Are there any companies or open source projects that provide calendar as a service. We want to be able to generate and store recurring or one-time events against a user Id and then query the same via API calls.

Ex: If there are teachers who teach at specific times such as

Teacher A - Every Tuesday 4:00 PM to 6:00 PM Teacher B - Every Wednesday and Friday 3:00 PM to 4:00 PM

I want to be able to create these schedules and then get a list of teachers that teach for the next 15 days.

Any help is appreciated.

Re: Ask HN: Calendar as a service

#3
post #2

Like google calendar? https://developers.google.com/google-apps/calendar/

Yep. This is one option for me, but I need to implement server side authorisation to create calendars on the fly. I am hoping to avoid that step with a SaaS provider, if one exists.