currently I working on a portal project for getting calendar data from several websites (google, yahoo, live/hotmail). the problem is our application require a service that getting calendar data from those websites. my team already get rid the google and yahoo calendar, but now we having problem with live calendar.
so far here is what we already tried and failed:
- Grabbing data using HTTP Request seems impossible because the http://login.live.com totally secured using javascript. we spent 3 days to understand the JS to login but seems microsoft far better than us :)
- Searched through the net about LIVE CONNECT API, but now way to dynamically login (by providing username/password) to MS Live. We can't use the Live Login Button because our process done one service layer. (or perhap i miss something?)
is there any chance for me to complete this task?
any help, clue, trick will highly appreciate, thanks
NOTE: our application clients is in a small network and they agree if we managed their LIVE/YAHOO/GOOGLE account.