Many thanks. This will get me going, but I would still like to understand the WebServices solution as this should/will work even if outlook is not on the PC. Outlook is nolonger shipped as a client with Exchange 2007
Main Topics
Browse All TopicsI am wanting to develop a delphi (2009) application that will manage and update calendar items on an Exchange 2007 server. I've come to the conclusion that SOAP WebServices is the way to go as this will enable the application to be used in and outside the company nextwork. I am struggling to get started.
Has anyone got a delphi 2009 example to create a Calendar Item? Once I have this I can diversify to the other tasks I need.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Introduction to Exchange Web Services in Exchange 2007
http://msdn.microsoft.
was my starting point. But I'm unable to get of first base.
Having worried at this problem for some time and reading other articles refering to C#, I have converted a C# example into Delphi Prism DOT.NET. Not quite what I intended but a starting point.
I created a new Windows Forms application in Delphi Prism.
I then added a Web Reference to my exchange server's Web Services file -'https://www.myserver.co.
Added a button to trigger the code and an OnLoad event to link to exchange when the form first loads
and translated the C# code as below.
It works and seems to work well. This code is just a starting point and does no checking or anything.
Business Accounts
Answer for Membership
by: EddieShipmanPosted on 2009-07-29 at 10:45:13ID: 24972632
Creating a CalendarItem is very simple using straight COM:
I just threw this together so it may contain some error but should get you started.
Select allOpen in new window