Is there a service/extension/whatever that reads a web page (example 1) and populates google calendar?
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.
|
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.
|
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. |
|||
|
|
|
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. |
|||
|
|