| Author |
Hoe to Synch WindowsLive Contact, Calendar & notes with Java application
|
Madhu Mula
Greenhorn
Joined: Sep 27, 2010
Posts: 1
|
|
HI
How to Synch WindowsLive Contact, Calendar & notes with Java application?
I have to write a application so that device could connect ---> Java application --> WindowLive to synch Contact, Calendar & notes with Java application.
WindowsLive is using ActiveSync. Is there any XML Schema to develop Java application?
Please throw me some light
Thank you
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
Welcome to the JavaRanch, Madha!
As I understand it, Microsoft has mucked around with the ActiveSync protocols several times, resulting in incompatibilities. In other words, typical Microsoft.
You may be able to access Windows Live directly using the vCal and vCard data formats. Most PDAs and many websites support them. That basically means writing your own sync protocol.
Although actually, in most cases, rather than making only a single app sync, you'd sync the entire device so that the data would go into the device's master database. For Windows devices, that would mean using an OS-level sync application.
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
Walter Gabrielsen Iii
Ranch Hand
Joined: Apr 09, 2011
Posts: 158
|
|
|
You might find what you need in JSR 172. It's the web services api optional package.
|
 |
 |
|
|
subject: Hoe to Synch WindowsLive Contact, Calendar & notes with Java application
|
|
|