Break apart repeating appointments

Hello

When repeating meetings are created, only one child document is created to the main calendar entry which stores the repeat info. If one or more of the repeats is changed, notes breaks this child document up and creates siblings. Is there any way to automate this so that when a repeating appointment is created in the first place, all the repeating dates are broken up into separate child documents?

Any input/pointers would be most welcome

Thanks

Subject: break apart repeating appointments

Hi,found out anthing?? We have the problem that repeated meeting won’t sync with the P900. Only the first one does. Or if you break them apart.

Thanx

Subject: RE: break apart repeating appointments

I know the response is late but I’ve been working on a split function that will do that on a need to do basis. If anyone is still interested I can post the code (it’s in C++ using COM).

Subject: RE: break apart repeating appointments

Hello KSO… I know this response is late (too)… but could you post the code?? Or send me an email? sallyalbright1@hotmail.com. TIA, S.

Subject: Why do you need to do this?

Subject: RE: Why do you need to do this?

Hello

I am creating a system which will show agenda items against a particular calendar entry. It works fine for single entries because I can use the ApptUNID as a reference. If, however the appointment repeats, I can think of now way in which to associate my agenda documents to the individual repeat instance, without first separating them from their shared child document.

Any ideas?