A high level question as to what tools to use, but examples of course welcome.
I'd like to scrape event data from an external page which displays appointment slots in an HTML table, and render it as an iCal feed on my own page. In this case, the source data is a gym timetable.
What JavaScript libraries could I use to:
- parse the tabular data (jquery?)
- render the iCal feed
- for extra points, process url arguments to filter by event type
EDIT: It just occurred to me that the client is an iCal client, so JavaScript won't work. App Engine?