Outlook 日历与 Java Web 服务的连接

发布于 2024-09-06 01:50:17 字数 231 浏览 5 评论 0原文

我们目前有一个 java/jsp 在线 Web 服务,其中包括它自己的自定义日历。我正在尝试对将其与用户前景联系起来的可能性进行一些研究。我们最简单的基本需求是通过某种方式向此人发送会议请求,可以通过我们的服务将其添加到他们的 Outlook 中。

我知道理想的解决方案是来回同步,但只需将数据从我们的日历导入到某人的 Outlook 中就足够了。

有谁可以向我指出任何可能有助于信息收集的资源,或者任何示例/评论?

We currently have a java/jsp online web service that includes it's own custom calendar. I am trying to do some research into the possibility of connecting it to a users outlook. Our basic needs that are most simple is some way to sent the person a meeting request that can be added to their outlook from our service.

I know the ideal solution is to sync back and forth but simply being able to import the data from our calendar into someone's outlook would be sufficient.

Does anyone have any resources they can point me to that might help with information gathering, or any example/comments?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雪若未夕 2024-09-13 01:50:17

这是使用 javascript,ie 和 ActiveX 同步日历的示例
http://www.codeproject.com/KB/office/OutlookDemo.aspx

Here is a sample to sync calendars using javascript,ie and ActiveX
http://www.codeproject.com/KB/office/OutlookDemo.aspx

仅此而已 2024-09-13 01:50:17

我找到了一个简单的解决方案来获得我们需要的东西。 Outlook 可以通过电子邮件发送活动邀请,我收到了一封电子邮件...然后复制电子邮件的格式,然后让系统以电子邮件形式发送活动邀请。这足以满足我们的需求。

I found a simple solution to getting what we needed. Outlook can email an event invite, I had one emailed to me... then copied the format of the email and just have the system sending event invites as emails. That is sufficient for our needs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文