Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8695093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:56:49+00:00 2026-06-13T00:56:49+00:00

currently I working on a portal project for getting calendar data from several websites

  • 0

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:

  1. 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 🙂
  2. 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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T00:56:50+00:00Added an answer on June 13, 2026 at 12:56 am

    The answer is NO!, you can’t get calendar/events from MS LIVE by providing Email/Password because MS LIVE using OAUTH.

    the best way you can do is, from your client application you show up the live OAUTH login then get the authentication tokken from there. then pass the authentication token to the server side. to get the calendar or events you require.

    here is the step:

    Get your application client id

    go to: https://manage.dev.live.com/Applications/Index

    Create login form

    on your client side application you create a login form by showing an browser control the url is:

    https://oauth.live.com/authorize?response_type=token&client_id=YOUR_APP_CLIENTID&scope=SCOPE&locale=en&redirect_uri=https://oauth.live.com/desktop&auth_redirect=true&wa=wsignin1.0

    • YOUR_APP_CLIENTID: the client id you get from the registration on the first step.
    • SCOPE: should be wl.calendars+wl.basic see more on documentation

    then after user allow the authentication, the browser will redirected to:

    https://oauth.live.com/desktop#access_token=ACCESS_TOKEN
       &token_type=TOKEN_TYPE&expire=EXPIRE
    

    there you can extract the ACCESS_TOKEN from there.

    Grab The Calendar/Event

    so now your client app already have ACCESS_TOKEN then pass this to your service to get the calendar (remember there are a time out for the ACCESS_TOKEN). Your service then should do the REST call to:

    https://apis.live.net/v5.0/me/calendars?access_token=ACCESS_TOKEN
    

    or

    https://apis.live.net/v5.0/me/events?start_time=2012-10-01T00:00:00Z
         &end_time=2012-10-03T00:00:00Z&access_token=ACCESS_TOKEN
    

    for more info refer to: http://msdn.microsoft.com/en-us/library/live/hh826523.aspx

    Good Luck

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Websphere Portal application containing several portlets for which I'm currently working
Currently I'm working on this project to create a SharePoint projects portal, but the
Currently working on a project to upgrade our Goole Maps API from v2 to
Currently working with the following package structure: /package __init__.py final.py /write __init__.py write.py /data
Currently working on a site built in Django and i'm getting an issue when
Currently working on database part of android project. The main aim of the project
Currently working through a Teach Yourself WPF tutorial. Usually I can mentally convert from
I am currently working on a project where we are rewriting software that was
In my company we're currently working in our portal. It will be something like
Currently working on a project with the cloud / azure and windows phone 7,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.