简体   繁体   English

如何在Web应用程序中检索和显示Outlook / Exchange日历事件?

[英]How can I retrieve & display Outlook/Exchange Calendar events in my web application?

I'm building a web application (built in html/JavaScript/jQuery) that has a built-in calendar. 我正在构建一个具有内置日历的Web应用程序(内置html / JavaScript / jQuery)。 I would like to pull in my Outlook/Exchange Calendar events and display them in my web application's calendar. 我想提取我的Outlook / Exchange日历事件并将其显示在Web应用程序的日历中。 What is the best way to do that from a JavaScript/jQuery environment? 在JavaScript / jQuery环境中执行此操作的最佳方法是什么? I've been searching all over for plugins or examples of how to talk to Exchange/Outlook and retrieve events but I haven't found a solution yet. 我一直在寻找插件或有关如何与Exchange / Outlook通讯并检索事件的示例,但是我还没有找到解决方案。 We are currently using MS Office/Outlook 2010 and I'm not sure what the Exchange version is but can find out if that's relevant. 我们目前正在使用MS Office / Outlook 2010,但我不确定Exchange版本是什么,但可以确定是否相关。 I don't need to modify the calendar events, just read them. 我不需要修改日历事件,只需阅读它们即可。 (Note that I can't just use an OWA Web Parts link such as " https://webmail.mycompany.com/owa/?cmd=contents&module=calendar&view=monthly " to display the calendar in an iframe; I need to have access to the actual event data so I can include other UI elements that I need for my application.) (请注意,我不能只使用OWA Web部件链接,例如“ https://webmail.mycompany.com/owa/?cmd=contents&module=calendar&view=monthly ”在iframe中显示日历;我需要访问实际事件数据,因此我可以包含我的应用程序所需的其他UI元素。)

You're going to need a combination of OAuth and the outlook API. 您将需要结合使用OAuth和Outlook API。 I doubt it will be easy but here are some starting points... http://msdn.microsoft.com/en-us/library/hh826535.aspx 我怀疑这会很容易,但是这里有一些起点... http://msdn.microsoft.com/zh-cn/library/hh826535.aspx

https://developers.google.com/accounts/docs/OAuth2UserAgent https://developers.google.com/accounts/docs/OAuth2UserAgent

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 FullCalendar - 我无法检索日历上的事件 - FullCalendar - I can't retrieve the events on the calendar 我如何将Outlook Web App嵌入我的网站? - How i can embed Outlook Web App into my site? 如何嵌入我的Web应用程序 - How can I embed my web application 如何使用完整日历和 Vue js 在我的日历中显示数据? - How can I display data in my Calendar using Full Calendar and Vue js? 流星和全日历包:我无法向日历添加事件 - Meteor and fullcalendar package: I can't add events to my calendar 无法将Google日历事件显示为全日历 - Can't display google calendar events to fullcalendar 如何在“计划程序”弹出窗口上检索“事件”的颜色? - How can I retrieve the color of my Events on the Scheduler pop-up window? Office JavaScript API for Outlook-位置更改时如何刷新我的Web加载项? - Office JavaScript API for Outlook - how can I refresh my web add-in when location changes? 我如何在 web 浏览器中显示我的订阅表格 - How i can display my subscription form in web browser 如何获取Google日历活动的扩展属性? - How can I retrieve an extended property for a Google Calendar event?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM