![]() |
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. |
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 |
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. |
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