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 » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

modify recurrring appointment as single occurrence



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 27th 09, 03:59 PM posted to microsoft.public.outlook.program_addins
Jason
external usenet poster
 
Posts: 41
Default modify recurrring appointment as single occurrence

Can anyone tell me how to check that from CalenmdarItemChanged event
handler?

The appointment item's IsRecurring property is still true, RecurrencePattern
is till there with RecurrenceType and PatternEndDate, same as original
series. I don't see what is changed/different.

What is RecurrenceState for?


Ads
  #2  
Old February 27th 09, 04:41 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default modify recurrring appointment as single occurrence

If an instance of a recurring appointment was changed that instance will be
in the Exceptions collection. Any changed property on the instance could
cause it to become an exception, it isn't just changing the start or end
date.

As the Object Browser shows, RecurrenceState is a property that is of type
OlRecurrenceState. It can be one of those enumeration values.

--
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


"Jason" wrote in message
...
Can anyone tell me how to check that from CalenmdarItemChanged event
handler?

The appointment item's IsRecurring property is still true,
RecurrencePattern is till there with RecurrenceType and PatternEndDate,
same as original series. I don't see what is changed/different.

What is RecurrenceState for?



  #3  
Old February 27th 09, 05:41 PM posted to microsoft.public.outlook.program_addins
Jason
external usenet poster
 
Posts: 41
Default modify recurrring appointment as single occurrence

Thank you so much Ken for your quick reply.

"Ken Slovak - [MVP - Outlook]" wrote in message
...
If an instance of a recurring appointment was changed that instance will
be in the Exceptions collection. Any changed property on the instance
could cause it to become an exception, it isn't just changing the start or
end date.

As the Object Browser shows, RecurrenceState is a property that is of type
OlRecurrenceState. It can be one of those enumeration values.

--
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


"Jason" wrote in message
...
Can anyone tell me how to check that from CalenmdarItemChanged event
handler?

The appointment item's IsRecurring property is still true,
RecurrencePattern is till there with RecurrenceType and PatternEndDate,
same as original series. I don't see what is changed/different.

What is RecurrenceState for?





 




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
Not prompted to edit single occurrence of recurring appointment (2 Cinda Outlook - Calandaring 1 November 10th 08 04:15 PM
Can Outlook Today open a single occurrence rather than a series? Rab Outlook - Calandaring 1 February 20th 08 01:08 PM
How to categorize a single occurrence of a recurring appointment? Iain Bishop Outlook - Calandaring 1 July 22nd 07 08:26 AM
Deleting a single occurrence of the meeting Fedor Kanukhin Add-ins for Outlook 1 July 19th 07 01:50 AM
meeting shows up twice when I change a single occurrence Linds Outlook - Calandaring 0 April 5th 06 12:09 AM


All times are GMT +1. The time now is 09:32 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.