A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Unable to retrieve recurring item using GetOccurrence method



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old November 29th 06, 05:26 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 2
Default Unable to retrieve recurring item using GetOccurrence method

I need to programmatically delete a particular occurrence in a
recurring pattern of appointments or tasks in an Outlook 2003 calendar.


I have been using GetOccurrence to try to instantiate the occurrence,
but I just cannot make it work.

Example code:

Set olTask = gOlNameSpace.GetItemFromID(strEntryID, strStoreID)
....
Set olRecurrence = olTask.GetRecurrencePattern
itemDate=#2/5/2006#
Set olItem = olRecurrence.GetOccurrence(itemDate)
olItem.Delete

I get the recurrence pattern absolutely fine but when I use the
GetOccurrence method I always get an automation error:

-2147467259 "You changed one of the recurrences of this item, and
this instance no longer exists, Close any open items and try again"

I have tried many different ways of doing this, on patterns created
programmatically and on patterns created manually in the Outlook
client.

The instances do exist because they can be viewed in the Outlook client
window.

The error occurs whenever a correctly formatted date is submitted to
GetOccurrence, whether or not an occurrence should exist for that date.


Have I missed something or is there a problem with this method?

Andrew Chester

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2003 recurring meeting, recurring item tab not opening [email protected] Outlook - Calandaring 0 November 21st 06 05:18 PM
Recurring item based on another recurring item Bill Bradley Outlook - Calandaring 0 November 14th 06 11:33 PM
How to change an item from a recurring Appointment item to an exception from VB code? Dikbill Outlook and VBA 2 July 13th 06 08:45 AM
Saving exception item in recurring appointment item fails Dikbill Outlook and VBA 2 July 11th 06 03:59 PM
Saving exception item in recurring appointment item fails Dikbill Outlook - Calandaring 0 July 11th 06 02:01 PM


All times are GMT +1. The time now is 04:51 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-2025 Outlook Banter.
The comments are property of their posters.