8

In my app i want to access exchange server for events and contacts, how can i achieve this? Is there any API for this or something else?

Thanks, I greatly appreciate any help.

Ankur
  • 5,086
  • 19
  • 37
  • 62

3 Answers3

3

The only documentation I know is found at http://developer.apple.com/library/ios/#featuredarticles/FA_Exchange_ActiveSync_and_iOS4_Devices.

There are some links on the apple Website too, but it's all very marketing-oriented.

Kheldar
  • 5,361
  • 3
  • 34
  • 63
  • URLs are broken, please double check them. – Alaa Eldin Aug 24 '15 at 10:40
  • @AlaaEldin Apparently, Apple updated their documentation in the last 4 years. The links are now obsolete, but you are welcome to update them if you know where Apple moved the information. – Kheldar Aug 24 '15 at 13:16
3

I recommend strongly this document: WAP Binary XML Content Format

If the low level is working, you have to implement the EAS-protocol on top ob wbxml, which is not trivial, because of bugs in the documentation, different behaviour of different protocol versions. It will be a lot of trial an error to examine, why the exchange server does not understand your requests ;-)

for more see this link

Community
  • 1
  • 1
Baby Groot
  • 4,637
  • 39
  • 52
  • 71
2

First of all you need to understand exchange server mechanism:

Exchange Server Protocol Documents

Then go through apple documentation about the active sync as Kheldar suggested.

Other then this there is very less documentation is available. Please let us know if you got any good reference.

Baby Groot
  • 4,637
  • 39
  • 52
  • 71
objectivecdeveloper
  • 1,050
  • 11
  • 29