Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

Is there a service/extension/whatever that reads a web page (example 1) and populates google calendar?

share|improve this question
1  
Unless the web page adopts a standard way of presenting the calendar data, that's going to be nigh impossible. – Al Everett Sep 14 '12 at 18:43

closed as off topic by Eight Days of Malaise, Al Everett, Barry Sep 15 '12 at 20:10

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

There is no simple way to do so. If the website would port their data to a downloadable iCal format file, there would be.

What you could do is parse the website yourself and populate your calendar through the Calendar API.

share|improve this answer
is it a start up idea ?! – LMZ Sep 14 '12 at 23:41

You could write a program that does web scraping to collect the data and use Google's APIs to add it to a calendar. To answer your question, no there is no prepackaged way.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.