Outlook 项目到 webDAV 位置
我有一个带有日历的 Web 应用程序,我希望允许该日历与 Exchange 服务器同步。
我编写了代码,使用 webDAV 直接在用户日历中的 Exchange 服务器上创建约会。我保存约会位置 (URL),以便在我的应用程序发生变化时可以更新 Outlook 中的约会。
我正在尝试为 Outlook 编写一个插件,让用户将他们的约会发送到我的 Web 应用程序。为了保存它(并允许我的应用程序中的更新传播回 Exchange),我需要弄清楚 WebDAV 中的约会位置 (URL)。
有没有办法从 Outlook 中获取约会的 WebDAV URL?我正在使用 VSTO 作为我的 Outlook 加载项。
I have a web application which has a calendar, and I want to allow that calendar to be sync'd with an Exchange server.
I've written code to create appointments on an Exchange server directly in a user's calendar using webDAV. I save the appointment locations (URLs) so I can update the appointments in outlook if something changes in my application.
I'm trying to write an add-in for Outlook that lets a user send their appointment to my web application. In order to save it though (and allow updates in my application to propagate back to Exchange) I need to figure out what the appointment location (URL) is in WebDAV.
Is there any way to get the WebDAV URL of the appointment from within Outlook? I'm using VSTO for my outlook add-in.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢各位的帮助!
这个问题有很大帮助:
如何使用 WebDav 匹配 dav: href to Outolook Interop href value
这个网站也很有趣:
http:// www.infinitec.de/post/2007/03/Constructing-OWA-2007-item-ids-from-WebDAV-items.aspx
Thanks for the help guys!
This question helped considerably:
How to use WebDav to match dav:href to Outolook Interop href value
And this website was interesting too:
http://www.infinitec.de/post/2007/03/Constructing-OWA-2007-item-ids-from-WebDAV-items.aspx