将 Oulook/Exchange 任务与基于 Linux 的 Rails 集成

发布于 2024-07-10 19:31:19 字数 249 浏览 4 评论 0原文

是否可以将 MS Outlook/Exchange 任务与 Rails 集成? 我知道如何使用 Rails 发送电子邮件,但这并没有使用任何有关交换的“特殊”内容,只是将其指向服务器。

Outlook 任务有什么“特别”之处以及如何从 Rails 创建/读取/更新/删除它们。 (即使是 CRUD 的子集也很棒。)

PS。 我使用的是基于 Linux 的 Rails 系统,因此依赖于 Windows 功能的解决方案对我来说不起作用。

Is it possible to integrate MS Outlook/Exchange tasks with Rails? I know how to send emails with Rails, but that isn't using anything "special" about exchange, just pointing it at the server.

What is "special" about an Outlook Task and how I can I create/read/update/delete them from Rails. (Even a subset of CRUD would be great.)

PS. I am on a linux based rails system, so solutions that rely on a windows-only function won't work for me.

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

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

发布评论

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

评论(4

千纸鹤 2024-07-17 19:31:19

如果您运行的是 Exchange 2007,您还应该查看 Exchange Web 服务操纵事物。

If you are running Exchange 2007 you should also look at Exchange web services to manipulate things.

半枫 2024-07-17 19:31:19

我正在用 Ruby 构建一个使用 MS Exchange Web 服务的 MS Exchange 客户端访问库。 该代码是 GPL 的,所以请使用它。 请告诉我您遇到了什么问题以及您希望看到哪些其他功能。 目前它的开发工作非常繁重。

http://github.com/zenchild/Viewpoint

干杯,

丹·瓦内克

I am in the process of building a MS Exchange client access library in Ruby that uses MS Exchange Web services. The code is GPL'd so have at it. Please let me know what kind of issues you have and what other features you'd like to see. It's pretty heavy in development at this point.

http://github.com/zenchild/Viewpoint

Cheers,

Dan Wanek

熟人话多 2024-07-17 19:31:19

如果您想使用 Ruby 进行操作,WebDAV 可能是您的最佳选择。 有一个名为 rexchange 的红宝石宝石可以做到这一点。 然而,Zoredache 建议,MSFT 正在逐步淘汰 WebDAV,并用 Exchange Web Services 取而代之。 不幸的是,MSFT 只提供 C# 中的 API(从技术上讲,它是与语言无关的 SOAP 东西,一些 Java 开发人员似乎使用 EWS 成功构建了一些东西,但我还不知道有人在 Ruby 中做到了这一点。)

WebDAV might be the way to go, if you'd like to do it in Ruby. There is a ruby gem call rexchange that can do the trick. However, MSFT is phasing out WebDAV and replacing it with the Exchange Web Services, which is Zoredache suggested. Unfortunately, MSFT only provides API in C# (technically, it's SOAP stuff that is language-agnostic, some Java developers seem to sucessfully build some stuff using EWS, but I have yet known anyone has done this in Ruby.)

左秋 2024-07-17 19:31:19

假设任务存储在 Exchange 中,您应该能够通过 WebDAV 访问任务。

Assuming that the tasks are stored in Exchange, you should be able to access the tasks through WebDAV.

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