When I create a meeting and invite some users and they accept, the meeting appointments are in some way internally connected and when I change one, the other changes too. Can I use or extract this connection using exchange managed api? For example when I have a meeting appointment can i get the other appointments belonging to this meeting in my program?

link|improve this question

77% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Yes, cou can. The Appointment.ICalUid property ties meeting instances together accross mailboxes. You need to check the mailboxes of the participants of that meeting and search their default calendar folder for items with the Appointment.ICalUid set to this value.

link|improve this answer
feedback

When you (as the origanizer) modify an appointment, Outlook prompts you to send a meeting update, which the recipient can accept. What exactly are you trying to do and why?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.