View Single Post
  #4  
Old November 4th 08, 02:35 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to get an event when a meeting starts and ends

There are no specific events for when a meeting begins/ends. What you can do
is to set a reminder on the item, due when the meeting is due to start, then
when that reminder event fires you can change the reminder setting to the
end point of the meeting and then the reminder event will fire again.

That would work in VBA code or a COM addin, but it wouldn't work in form
code.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Jan K" Jan wrote in message
...
I'm trying to figure out how to get an event when a meeting that includes
a
key word in its title begins and ends. I thought I might be able to do
this
by listening to the ItemChange event on the Items returned from the
olFolderCalendar folder, but I don't know what change to look for to tell
that the meeting has begun.


Ads