PC Review


Reply
Thread Tools Rate Thread

Appointments Recurrences

 
 
Mihai Grosu
Guest
Posts: n/a
 
      25th Sep 2008
Hi NG

I want to sync outlook with my prog. I put the Appointments i get from
outlook in my Database.
I have ab Problem with the recurrences:
All the recurences have the same EntryID. My PrimaryKey in the table IS the
EntryID....
I want to get all appointments in a period. "normal" appointments AND
recurrences...

Witch ist the best way??

Greetings

 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      25th Sep 2008
A master appointment has a recurrence pattern that is used to calculate all
individual occurrences and an Exceptions collection for exceptions.
Individual occurrences don't actually exist. If you iterate an Items
collection make sure to set the Boolean IncludeRecurrences property to get
them all.

But be aware that an unlimited series of recurrences will top out at the
limit of a 32 bit int, so your collection can get huge.

The EntryID problem can't be helped since all the recurrences are actually
on the master appointment of the series. You may have to rethink that part.

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


"Mihai Grosu" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi NG
>
> I want to sync outlook with my prog. I put the Appointments i get from
> outlook in my Database.
> I have ab Problem with the recurrences:
> All the recurences have the same EntryID. My PrimaryKey in the table IS
> the EntryID....
> I want to get all appointments in a period. "normal" appointments AND
> recurrences...
>
> Witch ist the best way??
>
> Greetings
>


 
Reply With Quote
 
Mihai Grosu
Guest
Posts: n/a
 
      27th Sep 2008

Thx Ken..
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove future recurrences w/o removing past appointments =?Utf-8?B?QW5keQ==?= Microsoft Outlook Calendar 1 22nd Oct 2007 02:09 PM
HELP WITH RECURRENCES! =?Utf-8?B?ZGluYTcxNg==?= Microsoft Outlook Calendar 7 12th Sep 2006 01:43 PM
All my new appointments are showing up as recurrences...help! =?Utf-8?B?Q3Jpc3RpZSBpbiBBbGFza2E=?= Microsoft Outlook Calendar 3 27th Jul 2005 07:56 PM
Coloring appointments with attachments AND recurrences =?Utf-8?B?cGV0ZQ==?= Microsoft Outlook Discussion 0 13th Sep 2004 08:11 AM
Recurrences Cary Microsoft Outlook Calendar 1 11th Sep 2003 03:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:40 PM.