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?
Asked
Active
Viewed 162 times
1 Answers
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
-
Thanks, glad somebody noticed my question, I'll give it a try! – Parsa Feb 22 '10 at 08:26