![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OWA calendar shows multiple copies of appointments | Eric | Outlook - Calandaring | 1 | June 2nd 06 07:10 PM |
Duplicate appointments | Franco Colzani | Outlook - Calandaring | 0 | February 21st 06 12:55 PM |
mapi cdo service | [email protected] | Outlook - General Queries | 8 | February 20th 06 02:33 PM |
Do i need Exchange for CDO | A. Peters | Outlook and VBA | 4 | February 17th 06 11:52 PM |
Outlook creates duplicate appointments | Jools Southcote | Outlook - Calandaring | 1 | January 12th 06 04:16 PM |