![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi friends,
I just wanted to know which event is triggered whebn someone deletes or modifies only a single occurance of a recurring appointment. I tried to catch the itemremove and itemchange events but they are not triggered when only one occurence is changed. So could anyone please help in this regard. Thank you... |
Ads |
#2
|
|||
|
|||
![]()
Deleting or modifying a single instance of a recurring series modifies the
recurrence master for that series (usually the first appointment the series, but not necessarily if instances are added to the beginning). Any change to the recurrence master will fire the ItemChange event for the Items collection of the Calendar folder. So if you dimension a module-level variable like this: Private WithEvents mcolCalendarItems As Outlook.Items And assign it to the Calendar Items collection Set mfolCalendar = mobjOutlook.Session.GetDefaultFolder(olFolderCalen dar) Set mcolCalendarItems = mfolCalendar.Items Changes to the recurrence master appointment will fire mcolCalendarItems_ItemChange wrote in message ups.com... Hi friends, I just wanted to know which event is triggered whebn someone deletes or modifies only a single occurance of a recurring appointment. I tried to catch the itemremove and itemchange events but they are not triggered when only one occurence is changed. So could anyone please help in this regard. Thank you... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
which event? | [email protected] | Outlook - General Queries | 0 | April 5th 06 06:33 AM |
All Day event | Pal Singh | Outlook - Calandaring | 6 | April 4th 06 11:48 PM |
All day event | Hege M | Outlook - Calandaring | 1 | March 10th 06 02:57 PM |
SelectionChange Event | A. Blundon | Outlook and VBA | 2 | February 27th 06 08:52 PM |
Event Banners | Fishers | Outlook - Calandaring | 4 | January 17th 06 11:23 PM |