Link to home
Start Free TrialLog in
Avatar of adaytay
adaytayFlag for United States of America

asked on

Add appointment to another users' calendar. Via VBA.

I'm working on a little project at the moment that is going to be rolled out to our Sales Executives over the next couple of weeks. It's going automate their booking of appointments etc onto Outlook and will also provide reminders etc for them. We'll also be using it here to generate letters to prospective clients etc based on what the sales execs are doing.

I'm stuck on one particular bit of the system, in that I want to be able to add appointments into other peoples' calendars automatically. I can add them directly into my own, however what may happen is that our Sales team will be phoning clients and booking appointments on behalf of the Sales Execs, so I need some way to send information - ideally I want to add it directly in there and not send a meeting request.  The person booking the appointment will select the name of the sales exec from a dropdown.  I can provide a link to the db if required.

We're on an Exchange 2003 server and I am the network administrator so have pretty much control over everything... just wondered if there was some way I could send stuff to other peoples calendars via delegation?

Incidentally the person / people logging appointments will have delegation priviledges.

Thanks in advance,

Ad
Avatar of adaytay
adaytay
Flag of United States of America image

ASKER

Increased point count.  Any takers anyone?  Do you need any more info?

Many thanks,

Ad
ASKER CERTIFIED SOLUTION
Avatar of stevbe
stevbe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adaytay

ASKER

Hi Stevbe,

I've been doing a bunch of research on this and found this: http://www.outlookcode.com/codedetail.aspx?id=43 - it seems to do the job.  I need to tweak it to get it to use my existing code as I currently check to see when the first available timeslot in the persons' calendar is, and it will put the appointment into there.  I can refine the code I think further still so that it looks to see if the appointment entered is already present to avoid the doublebooking as you suggested.

Other than that I think I'm pretty much sorted.  Once I found the method (as per the link above) it's falling into place quite well, but thank you for your comments :)

Ad

Avatar of adaytay

ASKER

Update:  am awarding you the points anyway mate as you pointed out something that I didn't think about at first.  Thanks :)