A Microsoft Office (Excel, Word) forum. OfficeFrustration

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 » OfficeFrustration forum » Microsoft Outlook » Calendar
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

CDO GetAssociatedAppointment method causes duplicate Appointments in OWA



 
 
Thread Tools Display Modes
  #1  
Old June 8th, 2006, 02:16 PM posted to microsoft.public.outlook.calendaring
Richard
external usenet poster
 
Posts: 1
Default CDO GetAssociatedAppointment method causes duplicate Appointments in OWA

Hi Guys.

I've got some very basic code in VB6.

For Each oRequest In oFolder.Messages
Set oAppointment = oRequest.GetAssociatedAppointment
Set oResponse =
oAppointment.Respond(CdoResponseAccepted)
oResponse.Send
oRequest.Delete
Next

This code runs fine and accepts the meeting request as expected BUT
when the master appointment is updated (via Outlook) and a user
accepts the meeting update via OWA, a duplicate of the updated
appointment is created in the user's calendar.
It also seems that the Global GUID and calendarID are the same for both
appointments in the user's calendar.

I have no idea what I'm leaving off or need to add to the appointment
when I accept it to prevent this from happening.

Many Thanks,
Richard


 




Thread Tools
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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.