![]() |
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
|
|||
|
|||
![]()
From my Outlook AddIn, I create an appointment for:
1. Myself 2. UserBob After the appointment is added to my Calendar folder, I have my AddIn note the "GlobalAppointmentID" (i.e. the GUID), and send the GUID to an external application. Time passes, and the boss decides to use the external application to adjust appointment dates and times for both "Myself" and "UserBob". The application creates an "iCalendar" message and sends the message to Exchange Server using the GUID to make adjustments to the appointment's Date and Time. Question: A. Is the GUID for the AppointmentItem to "Myself" == the GUID for the AppointmentItem of "UserBob" ?? If NO Can my Outlook AddIn get the GUID for "UserBob" ? |
#2
|
|||
|
|||
![]()
The GlobalAppointmentID (GlobalObjID property) is the same for all meeting
recipients. -- 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 "pkelley" wrote in message ... From my Outlook AddIn, I create an appointment for: 1. Myself 2. UserBob After the appointment is added to my Calendar folder, I have my AddIn note the "GlobalAppointmentID" (i.e. the GUID), and send the GUID to an external application. Time passes, and the boss decides to use the external application to adjust appointment dates and times for both "Myself" and "UserBob". The application creates an "iCalendar" message and sends the message to Exchange Server using the GUID to make adjustments to the appointment's Date and Time. Question: A. Is the GUID for the AppointmentItem to "Myself" == the GUID for the AppointmentItem of "UserBob" ?? If NO Can my Outlook AddIn get the GUID for "UserBob" ? |
#3
|
|||
|
|||
![]()
That's great news! It means that the external application can reference the
appointment and modify the appointment time & date using the GUID. When (or if) that happens, both users will see the NEW appointment time and date in Outlook! That's cool! Thank you very much for your help Ken! "Ken Slovak - [MVP - Outlook]" wrote: The GlobalAppointmentID (GlobalObjID property) is the same for all meeting recipients. -- 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 "pkelley" wrote in message ... From my Outlook AddIn, I create an appointment for: 1. Myself 2. UserBob After the appointment is added to my Calendar folder, I have my AddIn note the "GlobalAppointmentID" (i.e. the GUID), and send the GUID to an external application. Time passes, and the boss decides to use the external application to adjust appointment dates and times for both "Myself" and "UserBob". The application creates an "iCalendar" message and sends the message to Exchange Server using the GUID to make adjustments to the appointment's Date and Time. Question: A. Is the GUID for the AppointmentItem to "Myself" == the GUID for the AppointmentItem of "UserBob" ?? If NO Can my Outlook AddIn get the GUID for "UserBob" ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiple FormRegions, the GUID, and ThisAddIn.RequestService() | pkelley | Outlook - Using Forms | 2 | April 29th 09 05:29 PM |
AppointmentItem | Fil | Outlook and VBA | 4 | June 13th 08 02:01 PM |
ICS for inserting AppointmentItem | Anup | Outlook - Calandaring | 0 | March 6th 08 09:36 PM |
Receipient's Display Name | mclghln | Outlook - Using Contacts | 5 | January 23rd 08 01:41 AM |
HELP: recover/read lost Identity GUID from backed up folder | Dhruba Bandopadhyay | Outlook Express | 18 | January 3rd 08 10:28 PM |