This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jan 12, 2015, 6:45 AM
3 Posts

Keeping Application in sync with Domino calendar

  • Category: Application Development
  • Platform: All Platforms
  • Release: 9.0.1
  • Role: Developer
  • Tags:
  • Replies: 2

Hi,

We have a application that provides some advanced calendaring features and it talks to any calendaring system like Microsoft Exchange or google calendar. We are in the process of supporting IBM domino with our application. We are able to create , update and delete meetings through Rest services provided by Domino. 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. 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.

Jan 13, 2015, 2:15 PM
19 Posts
Domino doesn't have a built-in notification service ...
Domino doesn't have a built-in notification service, but you could build your own.  For example, you could create an extension manager hook that listens for changes to either individual mail files or the busy time database.  You could record create, update and delete operations and then implement a service that publishes the data -- perhaps as an Atom feed.  The level of difficulty is relatively high.  In particular, the extension manager requires knowledge of C/C++ and the Notes C APIs.

-- Dave
Jan 14, 2015, 5:43 AM
3 Posts
Keeping Application in sync with Domino calendar

Thanks Dave.

I am pretty new to Domino , is it possible can you share some link on the same .


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal