通过利用 EWS 来管理代码以在特定房间安排会议
我需要在特定房间安排会议(展望会议)并准备一份基于 HTML 的报告,以便可以打印并粘贴到房间中。我正在为此编写 Outlook 插件。我确实寻找了 EWS API,但没有找到直接的 Web 方法来获取我需要的数据。对此有什么帮助吗?
I have a requirement to get meetings scheduled in a particular room (outlook meetings) and prepare a HTML based report so that it can printed and pasted in rooms. I am writing outlook addin for this. I did look for EWS API, but did not find direct web method to get the data that i need. Any help on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的 - 尽管您必须结合此 http ://gsexdev.blogspot.com/2007/04/webservice-to-find-room-and-equipment.html 和这个 http://gsexdev.blogspot.com/2007/05/resource -mailbox-availability-web-page.html 。
注意 - 有一些安全/权限设置需要处理......
This is possible - though you have to combine this http://gsexdev.blogspot.com/2007/04/webservice-to-find-room-and-equipment.html and this http://gsexdev.blogspot.com/2007/05/resource-mailbox-availability-web-page.html .
BEWARE - there are some security/permission settings to deal with...