2

Since Exchange doesn't provide support for all calendar types in OWA, I need to create one, using Microsoft.Net's support of calendars, but where should I start?

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
Parsa
  • 641
  • 1
  • 8
  • 16

1 Answers1

1

I'm not sure what you mean by "all calendar types". However, the Exchange Web Services (EWS) API is what you'll want to use. In particular, the EWS managed API (http://msdn.microsoft.com/en-us/library/dd637749(EXCHG.80).aspx) will probably be the easiest and simplest way for you to get started with custom client development.

paulr
  • 2,083
  • 13
  • 11