简体   繁体   English

使应用程序与Domino日历保持同步

[英]Keeping Application in sync with Domino calendar

We have a application that provides some advanced calendaring features and it talks to any calendaring system like Microsoft Exchange or google calendar. 我们有一个提供一些高级日历功能的应用程序,它可以与任何日历系统(例如Microsoft Exchange或Google日历)进行通讯。 We are in the process of supporting IBM domino with our application. 我们正在使用我们的应用程序来支持IBM domino。 We are able to create , update and delete meetings through Rest services provided by Domino. 我们能够通过Domino提供的Rest服务创建,更新和删除会议。 We want to be in sync with the calendar items created through other systems also like lotus notes. 我们希望与通过其他系统(如莲花笔记)创建的日历项目保持同步。 How do we acheive that? 我们如何做到这一点? How can we know that a meeting has been created for a user or a conference room through some other calendaring client. 我们如何知道已经通过其他日历客户端为用户或会议室创建了会议。 Microsoft exchange provides something like subscription and notification. Microsoft Exchange提供类似订阅和通知的功能。 We can subscribe to a user or a room calendar. 我们可以订阅用户或房间日历。 Any changes in the calendar, the subscriber will get notified. 日历中的任何更改,都会通知订阅者。 Is there anything equivalent in Domino for similar purpose. 在Domino中是否有等效的功能用于类似目的。

I'm not aware of any service built into Domino that provides the equivalent of the Exchange subscription service that you refer to. 我不知道Domino内置的任何服务都可以提供与您所引用的Exchange订阅服务等效的服务。 You could build something using the Notes C API's Extension Manager, but that will require installation of software on the Domino server - which can be a significant obstacle to getting your application adopted. 您可以使用Notes C API的扩展管理器来构建某些东西,但这将需要在Domino服务器上安装软件-这可能是使您的应用程序被采用的重要障碍。

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

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