简体   繁体   English

在Lotus Domino中获取邮件室日历

[英]Getting mail room calendar in Lotus Domino

We are trying to integrate the Lotus Domino with our application. 我们正在尝试将Lotus Domino与我们的应用程序集成。 We are looking for the following operations : 1) Get the availability of the mail room between certain time interval. 我们正在寻找以下操作:1)获取特定时间间隔之间邮件室的可用性。 2) Booking a Mail room. 2)预订邮件室。

Is there any way i can do that.I know there is a REST service exposed by IBM domino,but that is not helping much in the mail room booking and getting of the calendar. 我有什么办法可以做到。我知道IBM Domino提供了一个REST服务,但是这对邮件室的预订和日历获取无济于事。

This is not a complete answer but it might give you some ideas or lead you in the right direction. 这不是一个完整的答案,但可能会给您一些想法或引导您朝正确的方向发展。

If your Domino server is running HTTP you can create an agent (or an xagent) that you put in a Domino database on server that do what you need, you can program the agent or xagent to output anything you need, json, xml or what ever. 如果您的Domino服务器正在运行HTTP,则可以创建放置在服务器上Domino数据库中的代理(或xagent)来执行所需的工作,您可以对代理或xagent进行编程以输出所需的任何内容,json,xml或其他内容曾经。

you can then read the output from the agent/xagent from your app using an url /mydb/myagent?openagent or /mydb/myxagent.xsp 然后,您可以使用网址/ mydb / myagent?openagent或/mydb/myxagent.xsp从您的应用中读取agent / xagent的输出

If you need to book a room or find available times for a room, take a look in the design of the resource and reservation database, it contains all the code you need as this database already do it. 如果您需要预订房间或查找房间的可用时间,请查看资源和预订数据库的设计,该数据库包含您需要的所有代码,因为该数据库已经在这样做。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM