-3

i want to developer an app,i need to use the lotus note calendar in my app,but i don't know the calendar's API,so i need help,thanks.

1 Answers1

1

There are many APIs available for accessing Lotus Notes data. From an Android app, you'll probably want to look into using Domino Access Services, which is a REST API and it includes a service specifically designed for calendar access. Most of the other APIs are general-purpose and therefore require a little bit more knowledge of core concepts from Notes and Domino development. Note, however, that Domino Access Services is only available with for more recent versions of the Domino server, so if you're dealing with an organization that hasn't upgraded in the last 5 to 10 years, you'll be out of luck.

Richard Schwartz
  • 14,463
  • 2
  • 23
  • 41