Problems with Windows Live components

Hi!

I'm having problems trying to connect to Windows Live Calendar, Contacts, etc. It was working correctly a few months ago.

Using (for example) TLiveCalendar component, I'm getting the following error (using Fiddler to analyze traffic):

{
   "error": {
      "code": "request_url_invalid",
      "message": "The URL contains the path 'calendars', which isn't supported."
   }
}

Maybe Microsoft has updated the API?

I'm using your demo applications to test it.
if I use TAdvOutlookCalendar, I'm getting another error message:

    {...
        Application with identifier XXXXXX was not found in the directory XXXXXX
    ...}

Thanks

Luis C.

Hi,


Please note that the Live Calendar API has been deprecated by Microsoft and some functions seem to not work correctly anymore.
It is recommended to use the TAdvOutlookCalendar (based on the Outlook API) instead.

You'll need to create a new App in the Microsoft console to use the TAdvOutlookCalendar.
You can find instructions at http://www.tmssoftware.com/site/cloudkey.asp#microsoft