I researched and found there is no EWS for Exchange Server 2003. I need to create events in Exchange Server Calendar through my website. So how can I create an event through my website?
Asked
Active
Viewed 23 times
1
-
and what is your Question ????? – Imran Ali Khan Feb 05 '15 at 10:34
-
How can I create an event through my website? – Leonard Aeron Feb 05 '15 at 10:53
1 Answers
2
On Exchange 2003 you have 3 client API options for creating appointments you can use either MAPI via the Outlook OOM or a third party library like Redemption http://www.dimastr.com/redemption , you could use CDOEX or exOledb but this only would work directly on the Exchange Server or WebDAV https://msdn.microsoft.com/en-us/library/ms877306%28v=exchg.65%29.aspx
Cheers Glen

Glen Scales
- 20,495
- 1
- 20
- 23
-
Thank You. The client is upgrading his server from Exchange 2003 to the latest version. So, hopefully I could use EWS itself. – Leonard Aeron Feb 10 '15 at 04:08