90 pts.
 Meeting Invitation not updated in Calendar
I have created a COM Program in MS Access using VBA code which will send meeting invitation. Invitees are getting my invitation and after accepting it is not updating their calender. How to do this. I attached a sample tag for the same. If you want complete code I can post the same. Thanks for any help.

Software/Hardware used:
ASKED: April 14, 2009  3:48 PM
UPDATED: August 7, 2009  6:35 AM

Answer Wiki:
Microsoft Outlook is the program designed for this task -- it's not just an e-mail software, it's for planning and tracking meetings and places the meetings on the invitee's calendars. You can easily see who has accepted or declined the meeting invitation and you can set it up to remind people 30 minutes (or whatever) prior to the meeting. It's great. You really ought to try this. I think it will save you a lot of time and frustration. Judy
Last Wiki Answer Submitted:  April 14, 2009  5:11 pm  by  Juju   335 pts.
All Answer Wiki Contributors:  Juju   335 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thanks for quick reply. I am using Lotus Notes COM in my Access code, I got success till sending meeting invitation to others, they are able to accept my invitation too. Only thing left here is my invitation not updating in Calendar, Am I missing any parameter in MailDoc object?

 90 pts.

 

Send the meeting invitation to yourself as well. That should update your calendar as well.

 27,325 pts.

 

Thanks for your reply Mshen, I found the solution how to add meeting invitation to calendar using vba code. I just added .CALENDARDATETIME property to Mail Document.

Thanks a ton to all.

 90 pts.

 

Hi All,

I am using MS Outlook 2002, after accepting a invite the calender did not update. Did anyone come across this problem? Any solution to it?

Thanks

 10 pts.