Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I have been trying to create a calendar appt via a winform with 0 success.

After looking around on google i found many examples all of which did not work?

I guess this is due to the exchange server setup as we can no longer access via webdav urls such as
https://server/user/?cmd modulename
etc

Seems the owa urls in our setup now take the form of:
https://servername/owa/username/?ae=Folder&t=IPF.Appointment


this shows the calendar but i cannot work out now how to programmatically create an appointment in my exchange calendar?

If anyone has come across this and has any suggestions it would be most useful.

many thanks in advance

Simon
Posted

1 solution

You should be using the Exchange Web Services Managed API. "EWS combines the functionality that is included in WebDAV and CDOEX".

I don't have a code snippet to hand as I'm not in work just now, but I've done exactly what you describe in your question for a project last year - I'll dig it out later if I get a chance :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900