Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我创建一个会议并邀请一些用户并且他们接受时,会议约会在某种程度上是内部连接的,当我更改一个时,另一个也会更改。我可以使用交换托管 api 使用或提取此连接吗?例如,当我有一个会议预约时,我可以在我的程序中获得属于该会议的其他预约吗?
是的,可以。Appointment.ICalUid 属性将跨邮箱的会议实例联系在一起。您需要检查该会议参与者的邮箱,并在他们的默认日历文件夹中搜索 Appointment.ICalUid 设置为此值的项目。
当您(作为组织者)修改约会时,Outlook 会提示您发送会议更新,收件人可以接受。你到底想做什么,为什么?