gpt4 book ai didi

.net - 通过ICalUid获得交流约会?

转载 作者:行者123 更新时间:2023-12-04 03:39:25 25 4
gpt4 key购买 nike

因此,我正在使用给定的ICalUid创建Exchange(2007)约会:

var app = new Appointment(svc);
app.ICalUid = id;
app.Subject = "Test Appointment";
app.Recurrence = new Recurrence.DailyPattern(DateTime.Now, 3);
app.RequiredAttendees.Add("mstum@example.com");
app.AllowNewTimeProposal = false;
app.Body = new MessageBody(BodyType.HTML, "This is a <b>Test!</b>");
app.Save();

稍后,我想更新该约会,这时我需要通过ICalUid找到它。

但是,似乎没有办法做到这一点?我只能对更新后没有的Exchange ID使用 Appointment.Bind(存储它是非常不切实际的)

我可以使用相同的ICalUid创建新约会,该约会似乎表现为更新,但要求再次接受/拒绝,而不仅仅是显示“不需要更新”。

有什么适当的方法吗?

最佳答案

关于.net - 通过ICalUid获得交流约会?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11479928/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com