0

I would like to call an Exchange 2010 web service from a remote client such as an iPhone to book a meeting room / to know if a meeting room is available etc.

Does anyone has an example available please?

Thanks a lot,

jjnguy
  • 136,852
  • 53
  • 295
  • 323

1 Answers1

0

I don't know of any easy to follow sample so this is just some information that might help you get started anyway.

This page has a sample for creating an appointment in C#. So I'd say that's part of the answer, the other part is to find out how to use SOAP from your language of choice. This SO question discusses just this.

Community
  • 1
  • 1
Hans Olsson
  • 54,199
  • 15
  • 94
  • 116