Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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:

  1. parse the tabular data (jquery?)
  2. render the iCal feed
  3. 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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.