Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   How to get an event when a meeting starts and ends (http://www.outlookbanter.com/outlook-vba/81215-how-get-event-when-meeting.html)

Jan K November 4th 08 06:47 AM

How to get an event when a meeting starts and ends
 
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.

The Code Cage Team November 4th 08 01:39 PM

How to get an event when a meeting starts and ends
 

Do you want to test for all 3 conditions i.e Start, End & already begun?


--
The Code Cage Team

Regards,
The Code Cage Team
www.thecodecage.com
------------------------------------------------------------------------
The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=24794


Ken Slovak - [MVP - Outlook] November 4th 08 02:35 PM

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.



Jan K[_2_] November 5th 08 10:43 PM

How to get an event when a meeting starts and ends
 
The beginning and end are all I need, but it sounds like I have to use
reminders for this.


All times are GMT +1. The time now is 06:43 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com