posted 13 years ago
Hello,
I have a web-site, containing information about upcoming events: parties and meetings.
Each event has a Name and Date when it occurs.
I'm looking for an open API, which would allow me to manage events in my application effectively.
To be exact, the API should provide the following features:
- Adding / modifying entries in the data store (preferably a database)
- Support of re-occuring events (i.e. same time every Monday)
- Giving a list of upcoming events for the coming week
I'm pretty sure such API should exist, 'cause the task is quite common.
Does anyone know one?
Thanks.